| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| index 7421990b58b127f7958188e59e393f314225833d..259533df15f90d16fb32c7bdf845d5e1008ca907 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-url-comment.html
|
| @@ -68,7 +68,7 @@ function test()
|
|
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
| var uiSourceCodes = panel._workspace.uiSourceCodes();
|
| var ignored = true;
|
| for (var i = 0; i < uiSourceCodes.length && ignored; ++i) {
|
| @@ -101,7 +101,7 @@ function test()
|
|
|
| function didShowScriptSource(sourceFrame)
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = UI.panels.sources;
|
| var uiSourceCodes = panel._workspace.uiSourceCodes();
|
| for (var i = 0; i < uiSourceCodes.length; ++i) {
|
| if (uiSourceCodes[i].url().indexOf("scriptWithPoorSourceURL.js") !== -1)
|
|
|