| 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 c35dab21c82720ae15157cade020bbf910e8ba9c..9577eff14c275f86d1331b9d7c04a2b18db42cdd 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
|
| @@ -78,7 +78,7 @@ function test()
|
| {
|
| var pane = WebInspector.panels.sources.sidebarPanes.callstack;
|
| pane._callFrameSelected(pane.callFrames[1]);
|
| - InspectorTest.runAfterPendingDispatches(step4);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(step4);
|
| }
|
|
|
| function step4()
|
|
|