| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index f10c6079ce44cee8360304d1ac345992c4a6d611..0ce8f977c758efd981456abf558411363567a731 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2630,8 +2630,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,
|
|
|