| 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();
|
| }
|
| }
|
|
|