| 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..e4ced8285baaae99eb4f1ce4877599ae88712869 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._model.itemAtIndex(1));
|
| InspectorTest.deprecatedRunAfterPendingDispatches(step4);
|
| }
|
|
|
|
|