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

Unified Diff: lib/isolate/frog/compiler_hooks.dart

Issue 9662024: Refactor, rename, and generally rationalize code in the Frog isolates library, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | lib/isolate/frog/isolateimpl.dart » ('j') | lib/isolate/frog/isolateimpl.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/frog/compiler_hooks.dart
===================================================================
--- lib/isolate/frog/compiler_hooks.dart (revision 5528)
+++ lib/isolate/frog/compiler_hooks.dart (working copy)
@@ -12,7 +12,7 @@
* applications (e.g. hello world), this call is not emitted.
*/
void startRootIsolate(entry) {
- _globalState = new _GlobalState();
+ _globalState = new _Manager();
// Don't start the main loop again, if we are in a worker.
if (_globalState.isWorker) return;
« no previous file with comments | « no previous file | lib/isolate/frog/isolateimpl.dart » ('j') | lib/isolate/frog/isolateimpl.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698