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

Unified Diff: runtime/vm/service.h

Issue 354763004: - Implement Isolate.pause and Isolate.resume. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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
Index: runtime/vm/service.h
===================================================================
--- runtime/vm/service.h (revision 37860)
+++ runtime/vm/service.h (working copy)
@@ -16,6 +16,7 @@
class Instance;
class Isolate;
class JSONStream;
+class Array;
class RawInstance;
class String;
@@ -25,7 +26,7 @@
static void HandleRootMessage(const Instance& message);
// Handles a message which is directed to a particular isolate.
- static void HandleIsolateMessage(Isolate* isolate, const Instance& message);
+ static void HandleIsolateMessage(Isolate* isolate, const Array& message);
static Isolate* GetServiceIsolate(void* callback_data);
static bool SendIsolateStartupMessage();

Powered by Google App Engine
This is Rietveld 408576698