| Index: sky/engine/core/frame/LocalDOMWindow.h
|
| diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
|
| index f61ebdd3544cacc61a529805c3532ff4dd134d53..269458afdbe4d4ca7f94e7f735697712f798bd5b 100644
|
| --- a/sky/engine/core/frame/LocalDOMWindow.h
|
| +++ b/sky/engine/core/frame/LocalDOMWindow.h
|
| @@ -38,7 +38,6 @@
|
|
|
| namespace blink {
|
|
|
| -class Application;
|
| class CSSStyleDeclaration;
|
| class DOMSelection;
|
| class DOMURL;
|
| @@ -224,7 +223,6 @@ private:
|
|
|
| void removeAllEventListenersInternal(BroadcastListenerRemoval);
|
|
|
| - RefPtr<Application> m_application;
|
| RefPtr<Document> m_document;
|
|
|
| #if ENABLE(ASSERT)
|
|
|