| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 975b07af521112e0cb2713494a3783d5b15c45c1..4b0a958169c065b409468b9a7eaffe6cac400207 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -181,8 +181,9 @@ class CallSite {
|
| T(ProtoObjectOrNull, "Object prototype may only be an Object or null: %") \
|
| T(PrototypeParentNotAnObject, \
|
| "Class extends value does not have valid prototype property %") \
|
| - T(ProxyHandlerDeleteFailed, \
|
| - "Proxy handler % did not return a boolean value from 'delete' trap") \
|
| + T(ProxyDeletePropertyViolatesInvariant, \
|
| + "Trap 'deleteProperty' returned true but property '%' is not configurable" \
|
| + " in the proxy target") \
|
| T(ProxyHandlerNonObject, "Cannot create proxy with non-object as handler") \
|
| T(ProxyHandlerReturned, "Proxy handler % returned % from '%' trap") \
|
| T(ProxyHandlerTrapMissing, "Proxy handler % has no '%' trap") \
|
|
|