Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 297b1db94be1cfb68ca7171ded7ea37277fe87fd..162ecbabd84eb5f9f0cac17b1d16ce9ee40cd038 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -329,7 +329,7 @@ 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(NotIntegerSharedTypedArray, "% is not an integer shared typed array.") \ |
T(NotInt32SharedTypedArray, "% is not an int32 shared typed array.") \ |
T(ObjectGetterExpectingFunction, \ |