Index: src/messages.h |
diff --git a/src/messages.h b/src/messages.h |
index 1e4b679acd985063fb89437f2d5fdde90edc3d5c..e67cdf3dd69ab8e7341e66b87ea5f2205879f214 100644 |
--- a/src/messages.h |
+++ b/src/messages.h |
@@ -304,16 +304,8 @@ class CallSite { |
T(StrictCannotCreateProperty, "Cannot create property '%' on % '%'") \ |
T(StrongArity, \ |
"In strong mode, calling a function with too few arguments is deprecated") \ |
- T(StrongDeleteProperty, \ |
- "Deleting property '%' of strong object '%' is deprecated") \ |
- T(StrongExtendNull, "In strong mode, classes extending null are deprecated") \ |
T(StrongImplicitConversion, \ |
"In strong mode, implicit conversions are deprecated") \ |
- T(StrongRedefineDisallowed, \ |
- "On strong object %, redefining writable, non-configurable property '%' " \ |
- "to be non-writable is deprecated") \ |
- T(StrongSetProto, \ |
- "On strong object %, redefining the internal prototype is deprecated") \ |
T(SymbolIteratorInvalid, \ |
"Result of the Symbol.iterator method is not an object") \ |
T(SymbolKeyFor, "% is not a symbol") \ |