Index: src/handles.cc |
diff --git a/src/handles.cc b/src/handles.cc |
index a316cc0710539cf8827a6c09e4c957c07654341f..48d42981d92adb9bbb3de47c580fd73378917ace 100644 |
--- a/src/handles.cc |
+++ b/src/handles.cc |
@@ -124,16 +124,6 @@ Address HandleScope::current_limit_address(Isolate* isolate) { |
} |
-Handle<JSGlobalProxy> ReinitializeJSGlobalProxy( |
- Handle<JSFunction> constructor, |
- Handle<JSGlobalProxy> global) { |
- CALL_HEAP_FUNCTION( |
- constructor->GetIsolate(), |
- constructor->GetHeap()->ReinitializeJSGlobalProxy(*constructor, *global), |
- JSGlobalProxy); |
-} |
- |
- |
MaybeHandle<Object> GetProperty(Handle<JSReceiver> obj, |
const char* name) { |
Isolate* isolate = obj->GetIsolate(); |