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

Unified Diff: runtime/lib/vmservice.cc

Issue 2148533002: Fuchsia: Platform specific calls needed to Initialize and Cleanup VM. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments 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 | « runtime/bin/log_fuchsia.cc ('k') | runtime/vm/atomic_fuchsia.h » ('j') | 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 e7379771640879ac3279372c7424e8ab6c8cae9d..584ceb812cdefa3bdb892f5238bb8ed1b342c5df 100644
--- a/runtime/lib/vmservice.cc
+++ b/runtime/lib/vmservice.cc
@@ -486,7 +486,7 @@ DEFINE_NATIVE_ENTRY(VMService_spawnUriNotify, 2) {
spawn_event.set_spawn_error(&String::Cast(result));
Service::HandleEvent(&spawn_event);
}
-#endif
+#endif // PRODUCT
return Object::null();
}
« no previous file with comments | « runtime/bin/log_fuchsia.cc ('k') | runtime/vm/atomic_fuchsia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698