| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-async.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-async.html b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-async.html
|
| index b8961ea252d8b0848174f1f2dbd8841ebc921668..280d809c8c7f2ec03cb301d0af5e92301f62ee84 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-async.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-async.html
|
| @@ -40,7 +40,7 @@ function test()
|
| InspectorTest.dumpConsoleMessages();
|
| InspectorTest.completeTest();
|
| }
|
| - InspectorTest.runAfterPendingDispatches(finish);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(finish);
|
| }
|
| }
|
|
|
|
|