| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index b4bea25b2df96f17516a7b73eb519c7939913c45..1e4b679acd985063fb89437f2d5fdde90edc3d5c 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -208,9 +208,6 @@ class CallSite {
|
| T(ProxyDeletePropertyNonConfigurable, \
|
| "'deleteProperty' on proxy: trap returned truish for property '%' which " \
|
| "is non-configurable in the proxy target") \
|
| - T(ProxyEnumerateNonObject, "'enumerate' on proxy: trap returned non-object") \
|
| - T(ProxyEnumerateNonString, \
|
| - "'enumerate' on proxy: trap result includes non-string") \
|
| T(ProxyGetNonConfigurableData, \
|
| "'get' on proxy: property '%' is a read-only and " \
|
| "non-configurable data property on the proxy target but the proxy " \
|
|
|