Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 15078416a7660609d674e2db6e3f381e3894b9f9..60816193c0f53a959db5d20fedc64ad69c71bfe7 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -312,6 +312,7 @@ class CallSite { |
T(IllegalLanguageModeDirective, \ |
"Illegal '%' directive in function with non-simple parameter list") \ |
T(IllegalReturn, "Illegal return statement") \ |
+ T(InvalidEscapedReservedWord, "Keyword must not contain escaped characters") \ |
T(InvalidLhsInAssignment, "Invalid left-hand side in assignment") \ |
T(InvalidLhsInFor, "Invalid left-hand side in for-loop") \ |
T(InvalidLhsInPostfixOp, \ |