| Index: src/debug/debug.h
|
| diff --git a/src/debug/debug.h b/src/debug/debug.h
|
| index 69c3a46d310a34394af50e3ede303d65b121b8f8..32f70a42e6aadb1d4fd9823b2380a9fde9742d58 100644
|
| --- a/src/debug/debug.h
|
| +++ b/src/debug/debug.h
|
| @@ -438,9 +438,6 @@ class Debug {
|
| Handle<Object> FindSharedFunctionInfoInScript(Handle<Script> script,
|
| int position);
|
|
|
| - // Returns true if the current stub call is patched to call the debugger.
|
| - static bool IsDebugBreak(Address addr);
|
| -
|
| static Handle<Object> GetSourceBreakLocations(
|
| Handle<SharedFunctionInfo> shared,
|
| BreakPositionAlignment position_aligment);
|
|
|