Chromium Code Reviews| Index: runtime/vm/json_stream.h |
| =================================================================== |
| --- runtime/vm/json_stream.h (revision 35287) |
| +++ runtime/vm/json_stream.h (working copy) |
| @@ -26,7 +26,7 @@ |
| ~JSONStream(); |
| void Setup(Zone* zone, |
| - const Instance& reply_port, |
| + Dart_Port reply_port, |
| const GrowableObjectArray& path, |
| const GrowableObjectArray& option_keys, |
| const GrowableObjectArray& option_values); |