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