| Index: LayoutTests/http/tests/inspector/resources-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/resources-test.js b/LayoutTests/http/tests/inspector/resources-test.js
|
| index f4756569182d2587e4c52ed4fa841e4b70bc5fea..c22e302096ff6c3adcb18a6642e41b32b6c5304f 100644
|
| --- a/LayoutTests/http/tests/inspector/resources-test.js
|
| +++ b/LayoutTests/http/tests/inspector/resources-test.js
|
| @@ -74,8 +74,8 @@ InspectorTest.showResource = function(resourceURL, callback)
|
| var resource = InspectorTest.resourceMatchingURL(resourceURL);
|
| if (!resource)
|
| return;
|
| - WebInspector.panels.resources.showResource(resource, 1);
|
| - var sourceFrame = WebInspector.panels.resources._resourceViewForResource(resource);
|
| + WebInspector.inspectorView.panel("resources").showResource(resource, 1);
|
| + var sourceFrame = WebInspector.inspectorView.panel("resources")._resourceViewForResource(resource);
|
| if (sourceFrame.loaded)
|
| callbackWrapper(sourceFrame);
|
| else
|
|
|