| Index: runtime/vm/object_service.cc
|
| diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
|
| index 93dfce9955c80b3f53793ee55c3318270cfe16e5..99e115733ff126ac74ed544e315fda25aeb03766 100644
|
| --- a/runtime/vm/object_service.cc
|
| +++ b/runtime/vm/object_service.cc
|
| @@ -1482,6 +1482,11 @@ void ClosureData::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| }
|
|
|
|
|
| +void SignatureData::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| + Object::PrintJSONImpl(stream, ref);
|
| +}
|
| +
|
| +
|
| void Closure::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| Instance::PrintJSONImpl(stream, ref);
|
| }
|
|
|