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

Unified Diff: vm/custom_isolate_test.cc

Issue 8949043: - Fix outdated use of factory clause. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years 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 | « vm/class_finalizer.cc ('k') | vm/snapshot_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/custom_isolate_test.cc
===================================================================
--- vm/custom_isolate_test.cc (revision 2706)
+++ vm/custom_isolate_test.cc (working copy)
@@ -51,7 +51,7 @@
" String _entry;\n"
"}\n"
"\n"
- "interface CustomIsolate factory CustomIsolateImpl {\n"
+ "interface CustomIsolate default CustomIsolateImpl {\n"
" CustomIsolate(String entry);\n"
"\n"
" Future<SendPort> spawn();\n"
« no previous file with comments | « vm/class_finalizer.cc ('k') | vm/snapshot_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698