| Index: LayoutTests/inspector/sources/debugger/set-breakpoint.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/set-breakpoint.html b/LayoutTests/inspector/sources/debugger/set-breakpoint.html
|
| index 07b2621622bfa587e6ecfcb72835352253c6fdf9..0e30c1d380baac0a3e9aea514d259823c63ffd7f 100644
|
| --- a/LayoutTests/inspector/sources/debugger/set-breakpoint.html
|
| +++ b/LayoutTests/inspector/sources/debugger/set-breakpoint.html
|
| @@ -119,7 +119,7 @@ var test = function()
|
| function setBreakpointAndWaitUntilPaused(sourceFrame, lineNumber, pausedCallback)
|
| {
|
| var expectedBreakpointId;
|
| - InspectorTest.addSniffer(WebInspector.BreakpointManager.Breakpoint.prototype, "_didSetBreakpointInDebugger", didSetBreakpointInDebugger);
|
| + InspectorTest.addSniffer(WebInspector.BreakpointManager.TargetBreakpoint.prototype, "_didSetBreakpointInDebugger", didSetBreakpointInDebugger);
|
| InspectorTest.setBreakpoint(sourceFrame, lineNumber, "", true);
|
|
|
| function didSetBreakpointInDebugger(breakpointId)
|
|
|