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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-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/elements/elements-panel-search.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-search.html b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-search.html
index c08e972b879729c526a9c8e3a9728d511a06b26a..768bdb804fb6a5b0c7824fae77776294c06d878a 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-search.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-search.html
@@ -20,7 +20,7 @@ function test()
{
if (resultCount == 0) {
InspectorTest.addResult("Nothing found");
- WebInspector.DOMModel.cancelSearch();
+ SDK.DOMModel.cancelSearch();
next();
}
@@ -38,7 +38,7 @@ function test()
markupVa_lue = markupVa_lue.substr(0, markupVa_lue.indexOf(">") + 1);
InspectorTest.addResult(markupVa_lue.split("").join(" "));
if (isLastItem) {
- WebInspector.DOMModel.cancelSearch();
+ SDK.DOMModel.cancelSearch();
next();
}
}

Powered by Google App Engine
This is Rietveld 408576698