| 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 efcc80b58f8e32f373c696992233feea32de09d0..7c9fccc0899741a563ed0e464adf67befdcdd46b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -121,7 +121,6 @@ class WindowProxy final : public GarbageCollectedFinalized<WindowProxy> {
|
| RefPtr<ScriptState> m_scriptState;
|
| RefPtr<DOMWrapperWorld> m_world;
|
| ScopedPersistent<v8::Object> m_globalProxy;
|
| - ScopedPersistent<v8::Object> m_document;
|
| };
|
|
|
| } // namespace blink
|
|
|