| Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html
|
| index f035a49d58a87f6ff53db76479bd22e705b8f410..044afb06289393066e49d3767b8b300476ae3a1a 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1.html
|
| @@ -24,8 +24,8 @@ function onload()
|
|
|
| var test = function()
|
| {
|
| - WebInspector.breakpointManager._storage._breakpoints = {};
|
| - var panel = WebInspector.panels.sources;
|
| + Bindings.breakpointManager._storage._breakpoints = {};
|
| + var panel = UI.panels.sources;
|
| var scriptFormatter;
|
| var sourceFrame;
|
|
|
| @@ -58,7 +58,7 @@ var test = function()
|
|
|
| function resumed()
|
| {
|
| - InspectorTest.addSniffer(WebInspector.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| + InspectorTest.addSniffer(Sources.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| scriptFormatter._toggleFormatScriptSource();
|
| }
|
|
|
| @@ -73,7 +73,7 @@ var test = function()
|
| {
|
| InspectorTest.dumpBreakpointSidebarPane("while paused in pretty printed");
|
| scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
|
| - InspectorTest.addSniffer(WebInspector.JavaScriptBreakpointsSidebarPane.prototype, "didReceiveBreakpointLineForTest", onBreakpointsUpdated);
|
| + InspectorTest.addSniffer(Sources.JavaScriptBreakpointsSidebarPane.prototype, "didReceiveBreakpointLineForTest", onBreakpointsUpdated);
|
| }
|
|
|
| function onBreakpointsUpdated()
|
|
|