Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 17476ae336835363f8f6611e3353822ffa1e2f86..ea0db8dcb67e15f805ff430126679e339dd723ec 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -342,7 +342,9 @@ class ErrorUtils : public AllStatic { |
T(NotIterable, "% is not iterable") \ |
T(NotPropertyName, "% is not a valid property name") \ |
T(NotTypedArray, "this is not a typed array.") \ |
- T(NotSharedTypedArray, "% is not a shared typed array.") \ |
+ T(NotSuperConstructor, "Super constructor % of % is not a constructor") \ |
+ T(NotSuperConstructorAnonymousClass, \ |
+ "Super constructor % of anonymous class is not a constructor") \ |
T(NotIntegerSharedTypedArray, "% is not an integer shared typed array.") \ |
T(NotInt32SharedTypedArray, "% is not an int32 shared typed array.") \ |
T(ObjectGetterExpectingFunction, \ |