Index: runtime/vm/object_service.cc |
diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc |
index 322d856b73b059e2e4bc8874e7e0b89ca5fcbc2a..5b5fa27e42aca7a3d4dab3c0b832ac3edcecbbc8 100644 |
--- a/runtime/vm/object_service.cc |
+++ b/runtime/vm/object_service.cc |
@@ -749,6 +749,11 @@ void ExceptionHandlers::PrintJSONImpl(JSONStream* stream, |
} |
+void SingleTargetCache::PrintJSONImpl(JSONStream* stream, bool ref) const { |
+ Object::PrintJSONImpl(stream, ref); |
+} |
+ |
+ |
void ICData::PrintJSONImpl(JSONStream* stream, bool ref) const { |
JSONObject jsobj(stream); |
AddCommonObjectProperties(&jsobj, "Object", ref); |