Index: src/handles.h |
diff --git a/src/handles.h b/src/handles.h |
index b27394ac97e009932904793265586f88b165ee98..ea1eb70d4e96be52dd9fba08aae358f708d1e09e 100644 |
--- a/src/handles.h |
+++ b/src/handles.h |
@@ -324,10 +324,6 @@ Handle<FixedArray> ReduceFixedArrayTo(Handle<FixedArray> array, int length); |
Handle<FixedArray> GetEnumPropertyKeys(Handle<JSObject> object, |
bool cache_result); |
-Handle<JSGlobalProxy> ReinitializeJSGlobalProxy( |
- Handle<JSFunction> constructor, |
- Handle<JSGlobalProxy> global); |
- |
void AddWeakObjectToCodeDependency(Heap* heap, |
Handle<Object> object, |
Handle<Code> code); |