| Index: LayoutTests/inspector/sources/debugger/source-frame-count.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/source-frame-count.html b/LayoutTests/inspector/sources/debugger/source-frame-count.html
|
| index 6240d758d33d462ff0cc8228a8b091cd3043a097..7dfc28eca1351ab4a1f4ea2cc87b1191659c80f9 100644
|
| --- a/LayoutTests/inspector/sources/debugger/source-frame-count.html
|
| +++ b/LayoutTests/inspector/sources/debugger/source-frame-count.html
|
| @@ -13,7 +13,7 @@ function test()
|
| InspectorTest.runDebuggerTestSuite([
|
| function testSourceFramesCount(next)
|
| {
|
| - var panel = WebInspector.panels.sources;
|
| + var panel = WebInspector.inspectorView.panel("sources");
|
| var sourceFrameCount = 0;
|
|
|
| InspectorTest.showScriptSource("source-frame-count.html", step2);
|
|
|