Index: runtime/vm/object_service.cc |
diff --git a/runtime/vm/object_service.cc b/runtime/vm/object_service.cc |
index baace752527f97a1292392981e207ac6dc7f0618..54c7be15f41037c34c21dba381cc86f42a68dae2 100644 |
--- a/runtime/vm/object_service.cc |
+++ b/runtime/vm/object_service.cc |
@@ -1076,7 +1076,8 @@ void Instance::PrintJSONImpl(JSONStream* stream, bool ref) const { |
} |
jsobj.AddServiceId(*this); |
if (IsClosure()) { |
- // TODO(regis): How about closureInstantiator? |
+ // TODO(regis): How about closureInstantiatorTypeArguments and |
+ // closureFunctionTypeArguments? |
jsobj.AddProperty("closureFunction", |
Function::Handle(Closure::Cast(*this).function())); |
jsobj.AddProperty("closureContext", |