| Index: third_party/WebKit/LayoutTests/inspector/console/console-clear.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-clear.html b/third_party/WebKit/LayoutTests/inspector/console/console-clear.html
|
| index c852c74a2b26511ca3cd75b568f7c1de79afa99c..189036ecb1e8355640090df1ebec5ce756de81c5 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-clear.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-clear.html
|
| @@ -27,7 +27,7 @@ function test()
|
| InspectorTest.dumpConsoleMessages();
|
| InspectorTest.completeTest();
|
| }
|
| - InspectorTest.runAfterPendingDispatches(callback);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(callback);
|
| }
|
|
|
| </script>
|
|
|