Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index b1f86071f6b338f4aa8b2b894b4d6c79678e6de2..bf49adda912ea44b671950294c3f51fbb2c082e6 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -2658,8 +2658,6 @@ class JSObject: public JSReceiver { |
kObjectIsShallowArray = 1 |
}; |
- static Handle<JSObject> Copy(Handle<JSObject> object, |
- Handle<AllocationSite> site); |
static Handle<JSObject> Copy(Handle<JSObject> object); |
MUST_USE_RESULT static MaybeHandle<JSObject> DeepCopy( |
Handle<JSObject> object, |