| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| index 2b0d545c536ea627e3659d389a3cdf8913db4dc7..7767684602983f25801c510a9dbcb3a0651eaeee 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/source-frame.html
|
| @@ -60,7 +60,7 @@ function test()
|
| function visit(resource)
|
| {
|
| if (resource.url.indexOf("debugger-test.js") !== -1) {
|
| - UI.panels.resources.showResource(resource, 1);
|
| + UI.panels.resources._sidebar.showResource(resource, 1);
|
| return true;
|
| }
|
| }
|
|
|