| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 831f985491ae23f494ae9d94c30de9cf0455ba31..0047bf9c094f57fb4e8fe8c90c66e626ed581a08 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -2360,10 +2360,6 @@ class JSObject: public JSReceiver {
|
| // been modified since it was created. May give false positives.
|
| bool IsDirty();
|
|
|
| - // If the receiver is a JSGlobalProxy this method will return its prototype,
|
| - // otherwise the result is the receiver itself.
|
| - inline Object* BypassGlobalProxy();
|
| -
|
| // Accessors for hidden properties object.
|
| //
|
| // Hidden properties are not local properties of the object itself.
|
|
|