Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index 47325e51b3e1c6dd268f028c63d9e6910bb8ea73..cfa65b3786b8675bd4be7371845402614aa00f95 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, |