Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: sky/engine/core/frame/LocalDOMWindow.h

Issue 703593003: Move exports from Document to Module (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698