| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| index 9577eff14c275f86d1331b9d7c04a2b18db42cdd..2648113d4c0629e6ce5d0c98b57a8b5e3ff86572 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-eval-on-call-frame-inside-iframe.html
|
| @@ -76,7 +76,7 @@ function test()
|
|
|
| function step3()
|
| {
|
| - var pane = WebInspector.panels.sources.sidebarPanes.callstack;
|
| + var pane = self.runtime.sharedInstance(WebInspector.CallStackSidebarPane);
|
| pane._callFrameSelected(pane.callFrames[1]);
|
| InspectorTest.deprecatedRunAfterPendingDispatches(step4);
|
| }
|
|
|