| 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 c0f8db7a4f2b07db7603dd5a392cb5431fb7d288..a4bdc3e33c78bd0d1504eb58182b75a8d2847030 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
|
| @@ -23,7 +23,7 @@ function onload()
|
|
|
| var test = function()
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
| var sourceFrame;
|
| var scriptFormatter;
|
|
|
| @@ -69,7 +69,7 @@ var test = function()
|
|
|
| function dumpConsoleMessageURLs()
|
| {
|
| - var messages = WebInspector.ConsoleView.instance()._visibleViewMessages;
|
| + 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");
|
|
|