| Index: LayoutTests/inspector/debugger/debugger-change-variable.html
|
| diff --git a/LayoutTests/inspector/debugger/debugger-change-variable.html b/LayoutTests/inspector/debugger/debugger-change-variable.html
|
| index 0f048be19a18b2e71c97510132ccc94f4ce6960a..949ec4223b261c63e9baaf95504f94fab52eebd9 100644
|
| --- a/LayoutTests/inspector/debugger/debugger-change-variable.html
|
| +++ b/LayoutTests/inspector/debugger/debugger-change-variable.html
|
| @@ -27,7 +27,7 @@ var test = function()
|
|
|
| function step2(callFrames)
|
| {
|
| - var pane = WebInspector.panels.scripts.sidebarPanes.callstack;
|
| + var pane = WebInspector.panels.sources.sidebarPanes.callstack;
|
| pane._placardSelected(pane.placards[1]);
|
| InspectorTest.runAfterPendingDispatches(step3);
|
| }
|
| @@ -41,7 +41,7 @@ var test = function()
|
| {
|
| InspectorTest.addResult("Evaluated script on the calling frame: " + result);
|
|
|
| - var pane = WebInspector.panels.scripts.sidebarPanes.scopechain;
|
| + var pane = WebInspector.panels.sources.sidebarPanes.scopechain;
|
| var localsSection = pane._sections[0];
|
| localsSection.object.setPropertyValue("localObject", "({ a: -290})", step5);
|
| }
|
|
|