Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index af1538a1aa44a7e03509531c4eb0145d6a95bd0b..5d0e8cf63faee537a5676f77757292ebc7285fd9 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -397,6 +397,7 @@ class CallSite { |
"Illegal '%' directive in function with non-simple parameter list") \ |
T(IllegalReturn, "Illegal return statement") \ |
T(InvalidEscapedReservedWord, "Keyword must not contain escaped characters") \ |
+ T(InvalidEscapedMetaProperty, "'%' must not contain escaped characters") \ |
T(InvalidLhsInAssignment, "Invalid left-hand side in assignment") \ |
T(InvalidCoverInitializedName, "Invalid shorthand property initializer") \ |
T(InvalidDestructuringTarget, "Invalid destructuring assignment target") \ |