Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 06e47fca9fd407abd1eccc729bf971d485f9298c..d0990794582b5f9351faa771d8094af8a440038e 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -224,12 +224,6 @@ void SetLocalPropertyNoThrow(Handle<JSObject> object, |
Handle<Object> value, |
PropertyAttributes attributes = NONE); |
-Handle<Object> SetPropertyWithInterceptor(Handle<JSObject> object, |
- Handle<String> key, |
- Handle<Object> value, |
- PropertyAttributes attributes, |
- StrictModeFlag strict_mode); |
- |
MUST_USE_RESULT Handle<Object> SetElement(Handle<JSObject> object, |
uint32_t index, |
Handle<Object> value, |