| Index: third_party/WebKit/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-wrapped-in-framework.html b/third_party/WebKit/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
|
| index a4bfe371d71e0e70516469a6b4fd3fd593942f21..2c5517cc59fee40cbf5507b73f4ffafba9840bfe 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-wrapped-in-framework.html
|
| @@ -17,7 +17,7 @@ function test()
|
| WebInspector.settingForTest("skipStackFramesPattern").set(frameworkRegexString);
|
|
|
| InspectorTest.evaluateInPage("runLogs()");
|
| - InspectorTest.runAfterPendingDispatches(callback);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(callback);
|
| function callback()
|
| {
|
| InspectorTest.dumpConsoleMessages();
|
|
|