| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| index decad53b39caa1aac7f349afb3eda76ac56434cf..2575000b4d42d6f6c3ad43f282f268cb5fc26d5d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-2.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;
|
| var formattedSourceFrame;
|
|
|
| @@ -26,7 +26,7 @@ var test = function()
|
|
|
| function didShowScriptSource(frame)
|
| {
|
| - InspectorTest.addSniffer(WebInspector.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| + InspectorTest.addSniffer(Sources.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| scriptFormatter._toggleFormatScriptSource();
|
| }
|
|
|
|
|