| Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html
|
| index d8b3a986dce574ceb45bcb4b6f1ab3379239b276..c0f8db7a4f2b07db7603dd5a392cb5431fb7d288 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-console.html
|
| @@ -69,7 +69,7 @@ var test = function()
|
|
|
| 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");
|
|
|