| Index: runtime/bin/dbg_message.h
|
| ===================================================================
|
| --- runtime/bin/dbg_message.h (revision 21569)
|
| +++ runtime/bin/dbg_message.h (working copy)
|
| @@ -236,8 +236,7 @@
|
| // resolution.
|
| static void BptResolvedHandler(Dart_IsolateId isolate_id,
|
| intptr_t bp_id,
|
| - Dart_Handle url,
|
| - intptr_t line_number);
|
| + const Dart_CodeLocation& location);
|
| static void PausedEventHandler(Dart_IsolateId isolate_id,
|
| const Dart_CodeLocation& loc);
|
| static void ExceptionThrownHandler(Dart_IsolateId isolate_id,
|
|
|