| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-search.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-search.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-search.html
|
| index fce8c703a9e6f7a407b25c021db76c3ad333a0d7..4c4c6f994cf64f4c960b473b56b975d59dcda322 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-search.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-search.html
|
| @@ -36,7 +36,7 @@ var test = function()
|
| InspectorTest.addResult("Pre-format search results:");
|
| InspectorTest.dumpSearchMatches(matches);
|
| shouldRequestContent = true;
|
| - InspectorTest.addSniffer(WebInspector.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| + InspectorTest.addSniffer(Sources.ScriptFormatterEditorAction.prototype, "_updateButton", uiSourceCodeScriptFormatted);
|
| scriptFormatter._toggleFormatScriptSource();
|
| }
|
|
|
|
|