| Index: runtime/vm/message_queue_test.cc
|
| ===================================================================
|
| --- runtime/vm/message_queue_test.cc (revision 3366)
|
| +++ runtime/vm/message_queue_test.cc (working copy)
|
| @@ -65,7 +65,7 @@
|
| // We only need an isolate here because the MonitorLocker in the
|
| // MessageQueue expects it, we don't need to initialize the isolate
|
| // as it does not run any dart code.
|
| - Dart::CreateIsolate();
|
| + Dart::CreateIsolate(NULL);
|
|
|
| // Create a message queue and share it.
|
| MessageQueue* queue = new MessageQueue();
|
|
|