| Index: third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html b/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
|
| index 8c8be39a885b33233d936fe1fe41e181257e29bf..2aa0268e2d01602a0c9236da92a869f952844a18 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-linkify-message-location.html
|
| @@ -55,7 +55,7 @@ function test()
|
|
|
| function dumpConsoleMessageURLs()
|
| {
|
| - var messages = WebInspector.ConsolePanel._view()._visibleViewMessages;
|
| + var messages = WebInspector.ConsoleView.instance()._visibleViewMessages;
|
| for (var i = 0; i < messages.length; ++i) {
|
| var element = messages[i].toMessageElement();
|
| var anchor = element.querySelector(".console-message-url");
|
|
|