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

Unified Diff: runtime/vm/message_handler.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/message.cc ('k') | runtime/vm/port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/message_handler.h
===================================================================
--- runtime/vm/message_handler.h (revision 36729)
+++ runtime/vm/message_handler.h (working copy)
@@ -115,7 +115,7 @@
virtual bool IsCurrentIsolate() const { return false; }
// Return Isolate to which this message handler corresponds to.
- virtual Isolate* GetIsolate() const { return NULL; }
+ virtual Isolate* isolate() const { return NULL; }
// Posts a message on this handler's message queue.
void PostMessage(Message* message);
« no previous file with comments | « runtime/vm/message.cc ('k') | runtime/vm/port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698