| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
 | 
| index 7bef006101078bd526786e639e18f69880f251a8..26cacfb49a530fb4619547dec842b4abcd633309 100644
 | 
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
 | 
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/js-with-inline-stylesheets.html
 | 
| @@ -34,7 +34,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, 9);
 | 
|              }
 | 
|  
 | 
| 
 |