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

Unified Diff: runtime/vm/service.h

Issue 93873015: - Remove the reply_port from the VM internal message object. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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/port_test.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.h
===================================================================
--- runtime/vm/service.h (revision 31195)
+++ runtime/vm/service.h (working copy)
@@ -7,6 +7,8 @@
#include "include/dart_api.h"
+#include "vm/allocation.h"
+
namespace dart {
class Instance;
@@ -14,8 +16,7 @@
class Service : public AllStatic {
public:
- static void HandleServiceMessage(Isolate* isolate, Dart_Port reply_port,
- const Instance& message);
+ static void HandleServiceMessage(Isolate* isolate, const Instance& message);
};
} // namespace dart
« no previous file with comments | « runtime/vm/port_test.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698