| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| index c70db4582978efed959922c47d62b6b14cbd6d5e..8603c4784c1ac2294ccd0da03f2ed7a02487295a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/disable-breakpoints.html
|
| @@ -92,7 +92,7 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Test function finished.");
|
| InspectorTest.dumpBreakpointSidebarPane();
|
| - InspectorTest.addSniffer(currentSourceFrame, "_removeBreakpointDecoration", breakpointRemoved);
|
| + InspectorTest.waitBreakpointSidebarPane().then(breakpointRemoved);
|
| InspectorTest.removeBreakpoint(currentSourceFrame, 7);
|
| }
|
|
|
|
|