| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| index 5afb46015704520b6baf8fffd0832ef66802c120..7ca8fe2582d4998e998aaca41564eeee4714dcb1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-es6.html
|
| @@ -87,11 +87,11 @@ function test()
|
| }
|
|
|
| InspectorTest.evaluateInPage("log(" + current + ")");
|
| - InspectorTest.runAfterPendingDispatches(evalInConsole);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(evalInConsole);
|
| function evalInConsole()
|
| {
|
| InspectorTest.evaluateInConsole("globals[" + current + "]");
|
| - InspectorTest.runAfterPendingDispatches(advance);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(advance);
|
| }
|
| }
|
| }
|
|
|