| 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 ba6754f2254d7317a796a28a088479f09838b307..881fcfdd96bb29076e001350d2878cf300f62ad3 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
|
| @@ -77,7 +77,7 @@ function test()
|
| function step3()
|
| {
|
| var pane = self.runtime.sharedInstance(Sources.CallStackSidebarPane);
|
| - pane._list.selectItem(pane._list.itemAtIndex(1));
|
| + pane._list.selectItem(pane._list.source().itemAtIndex(1));
|
| InspectorTest.deprecatedRunAfterPendingDispatches(step4);
|
| }
|
|
|
|
|