| Index: third_party/WebKit/LayoutTests/inspector/console/console-search.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-search.html b/third_party/WebKit/LayoutTests/inspector/console/console-search.html
|
| index afbd673068141e98bd0319c8d71800156f9f4b5e..9919a3548662a01e3207190bd63262898c6f0134 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-search.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-search.html
|
| @@ -140,7 +140,7 @@ function test()
|
| {
|
| function addCurrentMarked()
|
| {
|
| - var matches = document.querySelectorAll(".highlighted-search-result");
|
| + var matches = consoleView.element.querySelectorAll(".highlighted-search-result");
|
| addResult("number of visible matches: " + matches.length);
|
| for (var i = 0; i < matches.length; ++i)
|
| addResult("match " + i + ": " + matches[i].className);
|
|
|