Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index af1538a1aa44a7e03509531c4eb0145d6a95bd0b..859b1b8cb24909aa03aa7866d3c528021df59b22 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -294,6 +294,7 @@ class CallSite { |
T(RestrictedFunctionProperties, \ |
"'caller' and 'arguments' are restricted function properties and cannot " \ |
"be accessed in this context.") \ |
+ T(ReturnMethodNotCallable, "The iterator's 'return' method is not callable") \ |
T(StaticPrototype, "Classes may not have static property named prototype") \ |
T(StrictCannotAssign, "Cannot assign to read only '%' in strict mode") \ |
T(StrictDeleteProperty, "Cannot delete property '%' of %") \ |