summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/wasm/wasm-value.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/wasm/wasm-value.h')
-rw-r--r--chromium/v8/src/wasm/wasm-value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/wasm/wasm-value.h b/chromium/v8/src/wasm/wasm-value.h
index 9a6f0ca7262..5189eb86768 100644
--- a/chromium/v8/src/wasm/wasm-value.h
+++ b/chromium/v8/src/wasm/wasm-value.h
@@ -63,7 +63,7 @@ class Simd128 {
V(f64, kWasmF64, double) \
V(f64_boxed, kWasmF64, Float64) \
V(s128, kWasmS128, Simd128) \
- V(anyref, kWasmAnyRef, Handle<Object>)
+ V(externref, kWasmExternRef, Handle<Object>)
ASSERT_TRIVIALLY_COPYABLE(Handle<Object>);