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

Unified Diff: sky/engine/core/script/dom_dart_state.cc

Issue 1202283004: Factor DartLibraryProvider out of DartLoader (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/script/dom_dart_state.h ('k') | sky/engine/tonic/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/script/dom_dart_state.cc
diff --git a/sky/engine/core/script/dom_dart_state.cc b/sky/engine/core/script/dom_dart_state.cc
index e8e1afcc6c0aa6d1cca13a676e0c2ece8606f37c..cc042b535eb0ad11930891282f98eedcc1940468 100644
--- a/sky/engine/core/script/dom_dart_state.cc
+++ b/sky/engine/core/script/dom_dart_state.cc
@@ -5,13 +5,12 @@
#include "sky/engine/core/script/dom_dart_state.h"
#include "sky/engine/core/dom/Document.h"
-#include "sky/engine/core/script/dart_loader.h"
#include "sky/engine/tonic/dart_builtin.h"
namespace blink {
DOMDartState::DOMDartState(Document* document, const KURL& url)
- : document_(document), url_(url), loader_(adoptPtr(new DartLoader(this))) {
+ : document_(document), url_(url) {
}
DOMDartState::~DOMDartState() {
« no previous file with comments | « sky/engine/core/script/dom_dart_state.h ('k') | sky/engine/tonic/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698