| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| index cbb45ce168adecd186a6404b446c568846313ce4..c501f6fb57de76a78bfe5c7f5172bfee5e6282cb 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html
|
| @@ -6,8 +6,8 @@
|
| <script>
|
| var test = function()
|
| {
|
| - WebInspector.breakpointManager._storage._breakpoints = {};
|
| - var panel = WebInspector.panels.sources;
|
| + Bindings.breakpointManager._storage._breakpoints = {};
|
| + var panel = UI.panels.sources;
|
| var scriptFormatter;
|
|
|
| InspectorTest.runDebuggerTestSuite([
|
| @@ -25,7 +25,7 @@ var test = function()
|
|
|
| function didShowScriptSource(frame)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| + InspectorTest.addSniffer(Sources.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| scriptFormatter._toggleFormatScriptSource();
|
| }
|
|
|
|
|