Chromium Code Reviews| 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" |