Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 75314e93f989fcd9d041f9679d4607d2b625bd11..d0b9d310003171137c692a1ede09018bbc607b9e 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -227,6 +227,8 @@ class CallSite { |
T(StrongArity, \ |
"In strong mode, calling a function with too few arguments is deprecated") \ |
T(StrongImplicitCast, "In strong mode, implicit conversions are deprecated") \ |
+ T(StrongSetProto, \ |
+ "On strong object %, redefining the internal prototype is deprecated") \ |
T(SymbolKeyFor, "% is not a symbol") \ |
T(SymbolToPrimitive, \ |
"Cannot convert a Symbol wrapper object to a primitive value") \ |