Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 107290ceeab3ef17e1114f67ae89d3fe0b3f5c53..63319be4477e2ff7c439e093a989e38ea21621cb 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -494,7 +494,8 @@ class ErrorUtils : public AllStatic { |
T(WasmTrapFloatUnrepresentable, "integer result unrepresentable") \ |
T(WasmTrapFuncInvalid, "invalid function") \ |
T(WasmTrapFuncSigMismatch, "function signature mismatch") \ |
- T(WasmTrapInvalidIndex, "invalid index into function table") |
+ T(WasmTrapInvalidIndex, "invalid index into function table") \ |
+ T(WasmTrapTypeError, "invalid type") |
class MessageTemplate { |
public: |