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

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

Issue 1153673005: Make Uri.base work in SkyView (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/script/dom_dart_state.h ('k') | sky/engine/public/sky/sky_view.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.cc
diff --git a/sky/engine/core/script/dom_dart_state.cc b/sky/engine/core/script/dom_dart_state.cc
index 37630849dd8f15219452b4373adad6d9edbc4a74..5a42ddf19cedcb3099590a9941db7cad26b89f9c 100644
--- a/sky/engine/core/script/dom_dart_state.cc
+++ b/sky/engine/core/script/dom_dart_state.cc
@@ -11,8 +11,8 @@
namespace blink {
-DOMDartState::DOMDartState(Document* document)
- : document_(document), loader_(adoptPtr(new DartLoader(this))) {
+DOMDartState::DOMDartState(Document* document, const KURL& url)
+ : document_(document), url_(url), loader_(adoptPtr(new DartLoader(this))) {
}
DOMDartState::~DOMDartState() {
« no previous file with comments | « sky/engine/core/script/dom_dart_state.h ('k') | sky/engine/public/sky/sky_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698