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

Unified Diff: runtime/vm/message_handler.h

Issue 10416050: Remove the partially completed code for remote IsolateMirrors and (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: runtime/vm/message_handler.h
===================================================================
--- runtime/vm/message_handler.h (revision 7926)
+++ runtime/vm/message_handler.h (working copy)
@@ -69,6 +69,9 @@
// ------------ START PortMap API ------------
// These functions should only be called from the PortMap.
+ // Does this message handler correspond to the current isolate?
+ virtual bool IsCurrentIsolate() const { return false; }
+
// Posts a message on this handler's message queue.
void PostMessage(Message* message);

Powered by Google App Engine
This is Rietveld 408576698