| 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 4adbd935cad88a20100dca15e9f36241b4349354..7ebbad8480bf6846defa5ef7e82cade4b8250ef7 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
|
| @@ -40,7 +40,7 @@ var test = function()
|
| InspectorTest.addResult("Script execution paused.");
|
| InspectorTest.captureStackTrace(callFrames);
|
| InspectorTest.dumpBreakpointSidebarPane();
|
| - InspectorTest.addSniffer(currentSourceFrame, "_removeBreakpointDecoration", breakpointRemoved);
|
| + InspectorTest.waitBreakpointSidebarPane().then(breakpointRemoved);
|
| InspectorTest.removeBreakpoint(currentSourceFrame, 16);
|
| }
|
|
|
|
|