Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 7287f9ed287dbc76016af5453ca3735509d033c2..5f35e030c4a2099d78dcaef77c1be30c27f72934 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -121,10 +121,8 @@ class CallSite { |
T(DefineDisallowed, "Cannot define property:%, object is not extensible.") \ |
T(DetachedOperation, "Cannot perform % on a detached ArrayBuffer") \ |
T(DuplicateTemplateProperty, "Object template has duplicate property '%'") \ |
- T(ExtendsValueGenerator, \ |
- "Class extends value % may not be a generator function") \ |
- T(ExtendsValueNotFunction, \ |
- "Class extends value % is not a function or null") \ |
+ T(ExtendsValueNotConstructor, \ |
+ "Class extends value % is not a constructor or null") \ |
T(FirstArgumentNotRegExp, \ |
"First argument to % must not be a regular expression") \ |
T(FunctionBind, "Bind must be called on a function") \ |