Index: src/wasm/wasm-result.h |
diff --git a/src/wasm/wasm-result.h b/src/wasm/wasm-result.h |
index 53c6b8dcf9c883969dfdebb3aadc70fc611c557a..2454c03bdc0625c374a6ea6af2ef4804095c824f 100644 |
--- a/src/wasm/wasm-result.h |
+++ b/src/wasm/wasm-result.h |
@@ -95,6 +95,7 @@ class V8_EXPORT_PRIVATE ErrorThrower { |
PRINTF_FORMAT(2, 3) void TypeError(const char* fmt, ...); |
PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...); |
PRINTF_FORMAT(2, 3) void CompileError(const char* fmt, ...); |
+ PRINTF_FORMAT(2, 3) void LinkError(const char* fmt, ...); |
PRINTF_FORMAT(2, 3) void RuntimeError(const char* fmt, ...); |
template <typename T> |