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

Unified Diff: lib/isolate/isolate_leg.dart

Issue 10174022: isolate-leg: fix typo in type signature. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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: lib/isolate/isolate_leg.dart
diff --git a/lib/isolate/isolate_leg.dart b/lib/isolate/isolate_leg.dart
index a80e7fd8ffc752ea38820f20301f6f6505ca7b60..d953b9ad0af837ef15be17ab329fe74f1c60d392 100644
--- a/lib/isolate/isolate_leg.dart
+++ b/lib/isolate/isolate_leg.dart
@@ -47,7 +47,7 @@
* Called by the compiler to support switching
* between isolates when we get a callback from the DOM.
*/
-void _callInIsolate(IsolateContext isolate, Function function) {
+void _callInIsolate(_IsolateContext isolate, Function function) {
isolate.eval(function);
_globalState.topEventLoop.run();
}
« 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