Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: runtime/lib/vmservice.cc

Issue 2139403002: Fix debug and release builds. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698