Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: runtime/vm/json_stream.h

Issue 300223011: - Add possibility to redirect messages if they were not delivered. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/json_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/json_stream.h
===================================================================
--- runtime/vm/json_stream.h (revision 36729)
+++ runtime/vm/json_stream.h (working copy)
@@ -13,6 +13,7 @@
class DebuggerEvent;
class Field;
+class Array;
class GrowableObjectArray;
class Instance;
class JSONArray;
@@ -29,8 +30,8 @@
void Setup(Zone* zone,
Dart_Port reply_port,
const GrowableObjectArray& path,
- const GrowableObjectArray& option_keys,
- const GrowableObjectArray& option_values);
+ const Array& option_keys,
+ const Array& option_values);
void PostReply();
TextBuffer* buffer() { return &buffer_; }
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/json_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698