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

Unified Diff: sky/engine/public/sky/sky_view.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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/sky/sky_view.cc
diff --git a/sky/engine/public/sky/sky_view.cc b/sky/engine/public/sky/sky_view.cc
index a17c520a6f54d681ca108484d5516a3d1dfed7a9..2050150b1b11cf5b7e38edd2192925cd1991b6d3 100644
--- a/sky/engine/public/sky/sky_view.cc
+++ b/sky/engine/public/sky/sky_view.cc
@@ -53,7 +53,7 @@ void SkyView::Load(const WebURL& url, mojo::URLResponsePtr response) {
data_->view_->setDisplayMetrics(display_metrics_);
dart_controller_.reset(new DartController);
- dart_controller_->CreateIsolateFor(adoptPtr(new DOMDartState(nullptr)), url);
+ dart_controller_->CreateIsolateFor(adoptPtr(new DOMDartState(nullptr, url)));
dart_controller_->InstallView(data_->view_.get());
{
« no previous file with comments | « sky/engine/core/script/dom_dart_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698