Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 2c574a5b3658f294231e925b28f08d16b30ea6a8..83ea0a93a15106179404cb0cf3c25e6b629ddc3a 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -267,6 +267,7 @@ class CallSite { |
T(InvalidTypedArrayAlignment, "% of % should be a multiple of %") \ |
T(InvalidTypedArrayLength, "Invalid typed array length") \ |
T(InvalidTypedArrayOffset, "Start offset is too large:") \ |
+ T(LetInLexicalBinding, "let is disallowed as a lexically bound name") \ |
T(LocaleMatcher, "Illegal value for localeMatcher:%") \ |
T(NormalizationForm, "The normalization form should be one of %.") \ |
T(NumberFormatRange, "% argument must be between 0 and 20") \ |