| Index: src/inspector/debugger-script.js
|
| diff --git a/src/inspector/debugger-script.js b/src/inspector/debugger-script.js
|
| index 6ed10c7aac76a7dd86ac84afa20406e4d589b74d..4ddc9a7d21209514e13e74aaaec080cf0cfbcf05 100644
|
| --- a/src/inspector/debugger-script.js
|
| +++ b/src/inspector/debugger-script.js
|
| @@ -187,15 +187,6 @@ DebuggerScript.clearBreakpoints = function(execState)
|
| }
|
|
|
| /**
|
| - * @param {!ExecutionState} execState
|
| - * @param {!{enabled: boolean}} info
|
| - */
|
| -DebuggerScript.setBreakpointsActivated = function(execState, info)
|
| -{
|
| - Debug.debuggerFlags().breakPointsActive.setValue(info.enabled);
|
| -}
|
| -
|
| -/**
|
| * @param {!Array<!BreakPoint>|undefined} breakpoints
|
| */
|
| DebuggerScript.getBreakpointNumbers = function(breakpoints)
|
|
|