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

Unified Diff: runtime/vm/service.h

Issue 1093043004: Do not JSON encode the 'result' of a service rpc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: edits Created 5 years, 8 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
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 28e02a6a1a6e9d5a514584e1063ca3aee649e6a5..dfc6a21a02567a2af1186b52cfe751ba5c119750 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -34,7 +34,6 @@ class Service : public AllStatic {
static bool NeedsEvents();
static void HandleEvent(ServiceEvent* event);
- static void HandleGCEvent(GCEvent* event);
static void RegisterIsolateEmbedderCallback(
const char* name,

Powered by Google App Engine
This is Rietveld 408576698