| 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 72ded7fa379d5571314a17e6cc1f5410eac23e28..e7669e039c3ed0138b22386de8f4e6b59a1d48ff 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
|
| @@ -18,7 +18,7 @@ function methodForBreakpoint()
|
|
|
| function test()
|
| {
|
| - WebInspector.ResourcesPanel.show();
|
| + WebInspector.viewManager.showView("resources");
|
| InspectorTest.runDebuggerTestSuite([
|
| function testSetBreakpoint(next)
|
| {
|
| @@ -71,8 +71,7 @@ function test()
|
|
|
| function testShowResource(next)
|
| {
|
| - WebInspector.NetworkPanel.show();
|
| -
|
| + WebInspector.viewManager.showView("network");
|
| InspectorTest.addSniffer(WebInspector.SourceFrame.prototype, "show", didShowSourceFrame);
|
|
|
| InspectorTest.resourceTreeModel.forAllResources(visit);
|
|
|