| 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 9fa59ab2629614ed98021b15738f1c8277cd1f6b..7373e0f62f9774c9e338cf43d83d7ae01ddb5092 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -75,8 +75,6 @@ class WindowProxy final : public GarbageCollectedFinalized<WindowProxy> {
|
| bool isContextInitialized() {
|
| return m_scriptState && !!m_scriptState->perContextData();
|
| }
|
| - bool isGlobalInitialized() { return !m_globalProxy.isEmpty(); }
|
| -
|
| void initializeIfNeeded();
|
|
|
| void clearForNavigation();
|
|
|