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

Unified Diff: vm/custom_isolate_test.cc

Issue 11613009: Changed the API in DartEntry for invoking dart code from C++ to make it more compatible with the re… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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/compiler.cc ('k') | vm/dart_api_impl.cc » ('j') | vm/dart_entry.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/custom_isolate_test.cc
===================================================================
--- vm/custom_isolate_test.cc (revision 16285)
+++ vm/custom_isolate_test.cc (working copy)
@@ -48,8 +48,8 @@
" String _entry;\n"
"}\n"
"\n"
- "interface CustomIsolate default CustomIsolateImpl {\n"
- " CustomIsolate(String entry);\n"
+ "abstract class CustomIsolate {\n"
+ " factory CustomIsolate(String entry) = CustomIsolateImpl;\n"
"\n"
" Future<SendPort> spawn();\n"
"}\n"
« no previous file with comments | « vm/compiler.cc ('k') | vm/dart_api_impl.cc » ('j') | vm/dart_entry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698