| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index 9089f013b83894a81d2d280d5737db54716a7745..d51583a326db3a42b48373a5819c58a20509a281 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -59,7 +59,7 @@ class WindowProxy : public GarbageCollectedFinalized<WindowProxy> {
|
| void clearForClose();
|
| void clearForNavigation();
|
|
|
| - v8::Local<v8::Object> globalIfNotDetached();
|
| + v8::Local<v8::Object> globalProxy();
|
| v8::Local<v8::Object> releaseGlobal();
|
| void setGlobal(v8::Local<v8::Object>);
|
|
|
|
|