summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/wasm/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/wasm/decoder.h')
-rw-r--r--chromium/v8/src/wasm/decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/v8/src/wasm/decoder.h b/chromium/v8/src/wasm/decoder.h
index 695960086e1..8e6afe67f0a 100644
--- a/chromium/v8/src/wasm/decoder.h
+++ b/chromium/v8/src/wasm/decoder.h
@@ -137,7 +137,6 @@ class Decoder {
if (length == nullptr) {
length = &unused_length;
}
- DCHECK(WasmOpcodes::IsPrefixOpcode(static_cast<WasmOpcode>(*pc)));
uint32_t index;
if (*pc == WasmOpcode::kSimdPrefix) {
// SIMD opcodes can be multiple bytes (when LEB128 encoded).