| Index: runtime/lib/vmservice.cc
|
| diff --git a/runtime/lib/vmservice.cc b/runtime/lib/vmservice.cc
|
| index 40070d9394d1b3294a8921c8cf942d2976d2f34a..e7379771640879ac3279372c7424e8ab6c8cae9d 100644
|
| --- a/runtime/lib/vmservice.cc
|
| +++ b/runtime/lib/vmservice.cc
|
| @@ -486,9 +486,8 @@ DEFINE_NATIVE_ENTRY(VMService_spawnUriNotify, 2) {
|
| spawn_event.set_spawn_error(&String::Cast(result));
|
| Service::HandleEvent(&spawn_event);
|
| }
|
| -#else
|
| - return Object::null();
|
| #endif
|
| + return Object::null();
|
| }
|
|
|
| } // namespace dart
|
|
|