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

Unified Diff: runtime/vm/pages.cc

Issue 2117593002: Fuchsia: Initial check-in. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Edit README Created 4 years, 6 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
Index: runtime/vm/pages.cc
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc
index e5d1e65f0839aae645ed145b6557025dc43b69c5..1a77aa01f882d48785941d62c254c07d9f838249 100644
--- a/runtime/vm/pages.cc
+++ b/runtime/vm/pages.cc
@@ -672,6 +672,7 @@ void PageSpace::WriteProtect(bool read_only) {
}
+#ifndef PRODUCT
void PageSpace::PrintToJSONObject(JSONObject* object) const {
if (!FLAG_support_service) {
return;
@@ -755,6 +756,7 @@ void PageSpace::PrintHeapMapToJSONStream(
}
}
}
+#endif // PRODUCT
bool PageSpace::ShouldCollectCode() {

Powered by Google App Engine
This is Rietveld 408576698