Chromium Code Reviews| Index: runtime/vm/port_test.cc | 
| =================================================================== | 
| --- runtime/vm/port_test.cc (revision 3366) | 
| +++ runtime/vm/port_test.cc (working copy) | 
| @@ -206,7 +206,7 @@ | 
| // We only need an isolate here because the MutexLocker in | 
| // PortMap::CreatePort expects it, we don't need to initialize | 
| // the isolate as it does not run any dart code. | 
| - Dart::CreateIsolate(); | 
| + Dart::CreateIsolate(NULL); | 
| intptr_t remote = parameter; | 
| intptr_t local = PortMap::CreatePort(); |