| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| index 2a6cfbccc46b16aed4327aa9dd41bdc6b06ba826..4adbd935cad88a20100dca15e9f36241b4349354 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/set-breakpoint.html
|
| @@ -119,7 +119,7 @@ var test = function()
|
| function setBreakpointAndWaitUntilPaused(sourceFrame, lineNumber, pausedCallback)
|
| {
|
| var expectedBreakpointId;
|
| - InspectorTest.addSniffer(WebInspector.BreakpointManager.TargetBreakpoint.prototype, "_didSetBreakpointInDebugger", didSetBreakpointInDebugger);
|
| + InspectorTest.addSniffer(Bindings.BreakpointManager.TargetBreakpoint.prototype, "_didSetBreakpointInDebugger", didSetBreakpointInDebugger);
|
| InspectorTest.setBreakpoint(sourceFrame, lineNumber, "", true);
|
|
|
| function didSetBreakpointInDebugger(callback, breakpointId)
|
|
|