| 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 d6a209151fd4df3355d3dec0e5e9701a6bc6acbd..b2d924f8de24f5cafd88863b63f4e46eb358c6a7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -34,6 +34,7 @@
|
| #include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "bindings/core/v8/ScopedPersistent.h"
|
| #include "bindings/core/v8/ScriptState.h"
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/HashMap.h"
|
| @@ -75,9 +76,8 @@ class WindowProxy final : public GarbageCollectedFinalized<WindowProxy> {
|
| bool isContextInitialized() {
|
| return m_scriptState && !!m_scriptState->perContextData();
|
| }
|
| - bool isGlobalInitialized() { return !m_global.isEmpty(); }
|
|
|
| - bool initializeIfNeeded();
|
| + CORE_EXPORT bool initializeIfNeeded();
|
| void updateDocumentWrapper(v8::Local<v8::Object> wrapper);
|
|
|
| void clearForNavigation();
|
|
|