Fix debug and release builds.

Review URL: https://codereview.chromium.org/2139403002 .
This commit is contained in:
Ryan Macnak
2016-07-12 11:05:01 -07:00
parent afd21330f7
commit 3fec7d2017
+1 -2
View File
@@ -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