Index: runtime/vm/debugger.h |
=================================================================== |
--- runtime/vm/debugger.h (revision 24991) |
+++ runtime/vm/debugger.h (working copy) |
@@ -350,7 +350,7 @@ |
void SignalBpResolved(SourceBreakpoint *bpt); |
void SignalPausedEvent(ActivationFrame* top_frame); |
- bool IsDebuggable(const Function& func); |
+ static bool IsDebuggable(const Function& func); |
intptr_t nextId() { return next_id_++; } |