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

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

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/dart_snapshot_loader.cc ('k') | sky/engine/core/script/dom_dart_state.cc » ('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.h
diff --git a/sky/engine/core/script/dom_dart_state.h b/sky/engine/core/script/dom_dart_state.h
index 7381ef6671ee674e7ab67a768e3a785f6ceb9630..17088290a699a645c4fe11126722a2e23f0dddc8 100644
--- a/sky/engine/core/script/dom_dart_state.h
+++ b/sky/engine/core/script/dom_dart_state.h
@@ -11,7 +11,6 @@
#include "sky/engine/wtf/RefPtr.h"
namespace blink {
-class DartLoader;
class LocalFrame;
class LocalDOMWindow;
@@ -31,7 +30,6 @@ class DOMDartState : public DartState {
const KURL& url() const { return url_; }
Document* document() const { return document_.get(); }
- DartLoader& loader() const { return *loader_; }
// Cached handles to strings used in Dart/C++ conversions.
Dart_Handle x_handle() { return x_handle_.value(); }
@@ -42,7 +40,6 @@ class DOMDartState : public DartState {
private:
RefPtr<Document> document_;
KURL url_;
- OwnPtr<DartLoader> loader_;
DartPersistentValue x_handle_;
DartPersistentValue y_handle_;
« no previous file with comments | « sky/engine/core/script/dart_snapshot_loader.cc ('k') | sky/engine/core/script/dom_dart_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698