| 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 91ba30756d5ce2b665e9e9caed0d132856418f1a..b2d04446c933b6eac69f647799da26a31b98c0f0 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
|
| @@ -72,7 +72,7 @@ var test = function()
|
| var messages = Console.ConsoleView.instance()._visibleViewMessages;
|
| for (var i = 0; i < messages.length; ++i) {
|
| var element = messages[i].toMessageElement();
|
| - var anchor = element.querySelector(".console-message-url");
|
| + var anchor = element.querySelector(".console-message-anchor");
|
| InspectorTest.addResult(anchor.textContent);
|
| }
|
| }
|
|
|