| Index: third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html b/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
|
| index 32d303552cabbc793fdf13203d24989e645a54ee..1a41a6bdf76a6b8be9f2a1fdc0da6c47ac14318b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/expand-recursively.html
|
| @@ -16,7 +16,7 @@ function test()
|
|
|
| var topNode = treeOutline.rootElement().childAt(0).childAt(1).childAt(1);
|
| topNode.expandRecursively();
|
| - InspectorTest.runAfterPendingDispatches(secondStep);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(secondStep);
|
| };
|
|
|
| function secondStep()
|
|
|