Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 8bd41f325b0ec7d1cae43e525a22f456395e6288..dfe88659dd402d1e75b7d94d62f9470bf797662b 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -128,6 +128,8 @@ class CallSite { |
T(FunctionBind, "Bind must be called on a function") \ |
T(GeneratorRunning, "Generator is already running") \ |
T(IllegalInvocation, "Illegal invocation") \ |
+ T(ImmutablePrototypeSet, \ |
+ "Immutable prototype object '%' cannot have their prototype set") \ |
T(IncompatibleMethodReceiver, "Method % called on incompatible receiver %") \ |
T(InstanceofNonobjectProto, \ |
"Function has non-object prototype '%' in instanceof check") \ |