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

Unified Diff: bin/dbg_message.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 | « no previous file | bin/dbg_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/dbg_message.h
===================================================================
--- bin/dbg_message.h (revision 13206)
+++ bin/dbg_message.h (working copy)
@@ -176,7 +176,7 @@
static void BreakpointHandler(Dart_Breakpoint bpt, Dart_StackTrace trace);
static void ExceptionThrownHandler(Dart_Handle exception,
Dart_StackTrace stack_trace);
- static void IsolateEventHandler(Dart_Isolate isolate,
+ static void IsolateEventHandler(Dart_IsolateId isolate_id,
Dart_IsolateEvent kind);
private:
« no previous file with comments | « no previous file | bin/dbg_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698