Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 0d76cae9648f941b347071100de845335f6462f5..221236d1db6c60e263e7b7b367bfccde9da375ed 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -308,6 +308,7 @@ class ErrorUtils : public AllStatic { |
T(IllegalInvocation, "Illegal invocation") \ |
T(ImmutablePrototypeSet, \ |
"Immutable prototype object '%' cannot have their prototype set") \ |
+ T(ImportCallNotNewExpression, "Cannot use new with import") \ |
T(IncompatibleMethodReceiver, "Method % called on incompatible receiver %") \ |
T(InstanceofNonobjectProto, \ |
"Function has non-object prototype '%' in instanceof check") \ |