Chromium Code Reviews| Index: runtime/vm/zone.cc |
| diff --git a/runtime/vm/zone.cc b/runtime/vm/zone.cc |
| index fc988a7ab230d946c00dba5b110b748a38418c0a..8b3cdac905faf210905786168a660c3c15e65329 100644 |
| --- a/runtime/vm/zone.cc |
| +++ b/runtime/vm/zone.cc |
| @@ -301,6 +301,7 @@ char* Zone::VPrint(const char* format, va_list args) { |
| #ifndef PRODUCT |
| +// TODO(bkonyi): Currently dead code. See issue #28885. |
| void Zone::PrintJSON(JSONStream* stream) const { |
| JSONObject jsobj(stream); |
| intptr_t capacity = CapacityInBytes(); |