Chromium Code Reviews| Index: runtime/vm/object_store.h |
| diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h |
| index 54b7044b1a5036b9a534fa22b5157f600742249a..1234035b495857649e13ccc30bbb4f5872e1b506 100644 |
| --- a/runtime/vm/object_store.h |
| +++ b/runtime/vm/object_store.h |
| @@ -491,7 +491,9 @@ class ObjectStore { |
| static void Init(Isolate* isolate); |
| +#ifndef PRODUCT |
| void PrintToJSONObject(JSONObject* jsobj); |
| +#endif |
| private: |
| ObjectStore(); |