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

Unified Diff: sky/engine/tonic/dart_state.cc

Issue 942993002: Add support for |any| to Sky's code generator (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/tonic/dart_state.h ('k') | sky/engine/tonic/dart_value.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/dart_state.cc
diff --git a/sky/engine/tonic/dart_state.cc b/sky/engine/tonic/dart_state.cc
index b7f2058b7b5fa89fa7aa1a3d70d0f11f3e25fd7b..9988f4d4c6a2ad375d01353c111a086c0e60e74b 100644
--- a/sky/engine/tonic/dart_state.cc
+++ b/sky/engine/tonic/dart_state.cc
@@ -12,7 +12,7 @@
namespace blink {
-DartState::Scope::Scope(DartState* dart_state) {
+DartState::Scope::Scope(DartState* dart_state) : scope_(dart_state->isolate()) {
}
DartState::Scope::~Scope() {
« no previous file with comments | « sky/engine/tonic/dart_state.h ('k') | sky/engine/tonic/dart_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698