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

Unified Diff: Source/bindings/core/dart/DartApplicationLoader.cpp

Issue 1678963002: Fix observatory crash on most operations due to isolate not runnable (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartApplicationLoader.cpp
diff --git a/Source/bindings/core/dart/DartApplicationLoader.cpp b/Source/bindings/core/dart/DartApplicationLoader.cpp
index 51104cf3f1fcaeaab178bf07727f820ff6c6010b..79a8546f3fcb276b2609775b879b50aa241b26ad 100644
--- a/Source/bindings/core/dart/DartApplicationLoader.cpp
+++ b/Source/bindings/core/dart/DartApplicationLoader.cpp
@@ -440,7 +440,7 @@ void DartApplicationLoader::callEntryPoint()
// TODO(jacobr): do we need to cleanup the dartDOMData for the isolate?
Dart_ShutdownIsolate();
free(script_snapshot);
-
+ Dart_IsolateMakeRunnable(applicationIsolate);
Dart_EnterIsolate(applicationIsolate);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698