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

Unified Diff: runtime/vm/message.h

Issue 19622003: VM Service isolate listing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/message.h
diff --git a/runtime/vm/message.h b/runtime/vm/message.h
index 80d1df56d1c8c210d08072e18a41da9cab03addb..4b894174ef55a984deab91b00b483b370d8fafc1 100644
--- a/runtime/vm/message.h
+++ b/runtime/vm/message.h
@@ -31,8 +31,8 @@ class Message {
// being destructed (after delivery or when the receiving port is closed).
//
// If reply_port is kIllegalPort, then there is no reply port.
- Message(Dart_Port dest_port, Dart_Port reply_port,
- uint8_t* data, intptr_t len, Priority priority)
+ Message(Dart_Port dest_port, Dart_Port reply_port, uint8_t* data,
+ intptr_t len, Priority priority)
: next_(NULL),
dest_port_(dest_port),
reply_port_(reply_port),
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698