summaryrefslogtreecommitdiff
path: root/deps/v8/src/wasm/wasm-limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/wasm/wasm-limits.h')
-rw-r--r--deps/v8/src/wasm/wasm-limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/wasm/wasm-limits.h b/deps/v8/src/wasm/wasm-limits.h
index 9e2ddc7fcc..b7806af797 100644
--- a/deps/v8/src/wasm/wasm-limits.h
+++ b/deps/v8/src/wasm/wasm-limits.h
@@ -31,7 +31,7 @@ constexpr size_t kV8MaxWasmFunctions = 1000000;
constexpr size_t kV8MaxWasmImports = 100000;
constexpr size_t kV8MaxWasmExports = 100000;
constexpr size_t kV8MaxWasmGlobals = 1000000;
-constexpr size_t kV8MaxWasmExceptions = 1000000;
+constexpr size_t kV8MaxWasmTags = 1000000;
constexpr size_t kV8MaxWasmExceptionTypes = 1000000;
constexpr size_t kV8MaxWasmDataSegments = 100000;
// This indicates the maximum memory size our implementation supports.