| Index: third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals.html b/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals.html
|
| index 29dc150122c5bec402d398135aac5535d9dd2582..5c0ad399f39f5b8a83f9fa8b3bc685f038d15a3d 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals.html
|
| @@ -146,7 +146,7 @@ function test()
|
| {
|
| var expr = expressions.shift();
|
| if (!expr) {
|
| - InspectorTest.runAfterPendingDispatches(next);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(next);
|
| return;
|
| }
|
| InspectorTest.evaluateInConsole(expr, iterate);
|
|
|