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

Unified Diff: sky/engine/core/script/dart_controller.h

Issue 1131673011: Teach SkyView code path to print hello, world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again Created 5 years, 7 months 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
« no previous file with comments | « sky/engine/core/frame/LocalDOMWindow.cpp ('k') | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/script/dart_controller.h
diff --git a/sky/engine/core/script/dart_controller.h b/sky/engine/core/script/dart_controller.h
index ece69b2eb61ece97fab387395850959cfee0ad92..5e2717ec59c914faf7bbb74febbc31eeee8c17bf 100644
--- a/sky/engine/core/script/dart_controller.h
+++ b/sky/engine/core/script/dart_controller.h
@@ -18,7 +18,6 @@ class AbstractModule;
class BuiltinSky;
class DOMDartState;
class DartValue;
-class Document;
class HTMLScriptElement;
class KURL;
@@ -43,7 +42,8 @@ class DartController {
HTMLScriptElement* script);
void ClearForClose();
- void CreateIsolateFor(Document* document);
+ void CreateIsolateFor(PassOwnPtr<DOMDartState> dom_dart_state,
+ const KURL& url);
DOMDartState* dart_state() const { return dom_dart_state_.get(); }
« no previous file with comments | « sky/engine/core/frame/LocalDOMWindow.cpp ('k') | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698