Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index d0b9d310003171137c692a1ede09018bbc607b9e..a80152f56741c71d08124fe4a9d92e27180dd96d 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -226,6 +226,8 @@ class CallSite { |
T(StrictReadOnlyProperty, "Cannot assign to read only property '%' of %") \ |
T(StrongArity, \ |
"In strong mode, calling a function with too few arguments is deprecated") \ |
+ T(StrongDeleteProperty, \ |
+ "On strong object %, deletion of property % is deprecated") \ |
T(StrongImplicitCast, "In strong mode, implicit conversions are deprecated") \ |
T(StrongSetProto, \ |
"On strong object %, redefining the internal prototype is deprecated") \ |