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

Unified Diff: runtime/vm/debugger.h

Issue 1113243002: Add the --steal-breakpoints flag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweaks Created 5 years, 8 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/debugger.h
diff --git a/runtime/vm/debugger.h b/runtime/vm/debugger.h
index 3439a7995c7fa8a1422914163147749e13df4d2b..b2191aa7d143514da58cf721f3f0563487ee74d1 100644
--- a/runtime/vm/debugger.h
+++ b/runtime/vm/debugger.h
@@ -458,7 +458,7 @@ class Debugger {
};
static bool HasEventHandler();
- static void InvokeEventHandler(DebuggerEvent* event);
+ void InvokeEventHandler(DebuggerEvent* event);
void FindCompiledFunctions(const Script& script,
intptr_t start_pos,

Powered by Google App Engine
This is Rietveld 408576698