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

Unified Diff: vm/message_handler.h

Issue 11052006: 1. Create a port when a debugger object is created for an isolate, use this (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 2 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 | « vm/isolate.cc ('k') | vm/port.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/message_handler.h
===================================================================
--- vm/message_handler.h (revision 13206)
+++ vm/message_handler.h (working copy)
@@ -72,6 +72,9 @@
// Does this message handler correspond to the current isolate?
virtual bool IsCurrentIsolate() const { return false; }
+ // Return Isolate to which this message handler corresponds to.
+ virtual Isolate* GetIsolate() const { return NULL; }
+
// Posts a message on this handler's message queue.
void PostMessage(Message* message);
« no previous file with comments | « vm/isolate.cc ('k') | vm/port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698