Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index f3efb9b5a95ee8a3058809edf99b63a5ae84bcd8..62bf050ee73322c349ce81f4995beb5e9c05bc44 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -468,6 +468,7 @@ class CallSite { |
T(InvalidType, "Invalid type.") \ |
T(BadFunctionOrConstructorType, \ |
"Expecting '=>' in function or constructor type.") \ |
+ T(BadIndexType, "Invalid index type: expected 'number' or 'string'") \ |
/* EvalError */ \ |
T(CodeGenFromStrings, "%") \ |
/* URIError */ \ |