| Index: runtime/vm/object_service.cc
|
| diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc
|
| index 7eab800fca551018bbb01e41470f74c682ce30a2..1dd266c7a72d51ed760ae78934d55a8de3cb36c7 100644
|
| --- a/runtime/vm/object_service.cc
|
| +++ b/runtime/vm/object_service.cc
|
| @@ -1257,6 +1257,11 @@ void Bigint::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| }
|
|
|
|
|
| +void Pixels::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| void String::PrintJSONImpl(JSONStream* stream, bool ref) const {
|
| JSONObject jsobj(stream);
|
| if (raw() == Symbols::OptimizedOut().raw()) {
|
|
|