Index: runtime/vm/scavenger.h |
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h |
index 5e7dcb1745d60db746cdf8980971db552a2ec2fc..8fce1a4bb8bace7a5b936922a026c46991a7af8a 100644 |
--- a/runtime/vm/scavenger.h |
+++ b/runtime/vm/scavenger.h |
@@ -204,7 +204,9 @@ class Scavenger { |
return collections_; |
} |
+#ifndef PRODUCT |
void PrintToJSONObject(JSONObject* object) const; |
+#endif // !PRODUCT |
void AllocateExternal(intptr_t size); |
void FreeExternal(intptr_t size); |