Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-search.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698