Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index 9d4769018eee85c2073b51b9df8af869ab70d8c3..1ac77cc1c42f49f14b0326f2dc338256986c52d4 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -309,11 +309,6 @@ Handle<JSObject> DeepCopy(Handle<JSObject> obj) { |
} |
-Handle<Object> SetAccessor(Handle<JSObject> obj, Handle<AccessorInfo> info) { |
- CALL_HEAP_FUNCTION(obj->GetIsolate(), obj->DefineAccessor(*info), Object); |
-} |
- |
- |
// Wrappers for scripts are kept alive and cached in weak global |
// handles referred from foreign objects held by the scripts as long as |
// they are used. When they are not used anymore, the garbage |