Index: sky/engine/core/frame/LocalDOMWindow.h |
diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h |
index 6b825d7f88f7b75bfd334fc82520493f37d731a7..de2957607998be8febe82ea7a0c2b61a6effa143 100644 |
--- a/sky/engine/core/frame/LocalDOMWindow.h |
+++ b/sky/engine/core/frame/LocalDOMWindow.h |
@@ -40,6 +40,7 @@ |
namespace blink { |
+class Application; |
class CSSRuleList; |
class CSSStyleDeclaration; |
class Console; |
@@ -234,6 +235,7 @@ private: |
void removeAllEventListenersInternal(BroadcastListenerRemoval); |
+ RefPtr<Application> m_application; |
RefPtr<Document> m_document; |
#if ENABLE(ASSERT) |