| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/insert-node-collapsed.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/insert-node-collapsed.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/insert-node-collapsed.html
|
| index eef301b64acb55234fbbd3199b1dd4a05313fc00..5ed3851982905d1fcf98e2309c289c504b5a6bda 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/insert-node-collapsed.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/insert-node-collapsed.html
|
| @@ -34,7 +34,7 @@ function test()
|
| function callback()
|
| {
|
| InspectorTest.firstElementsTreeOutline().runPendingUpdates();
|
| - InspectorTest.runAfterPendingDispatches(function() {
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(function() {
|
| InspectorTest.addResult("======== Appended =========");
|
| InspectorTest.dumpElementsTree(containerNode);
|
| next();
|
|
|