| Index: third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html b/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| index df00955cad182fef0b39aa180674227c12035f58..8a39125cbfe09e136cc31370067a13530bb7b6ed 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-broken-unicode.html
|
| @@ -15,7 +15,7 @@ function test()
|
| InspectorTest.evaluateInConsole("[obj]");
|
| InspectorTest.evaluateInConsole("obj.foo");
|
| InspectorTest.evaluateInConsole("[obj.foo]");
|
| - InspectorTest.runAfterPendingDispatches(step1);
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(step1);
|
|
|
| function step1()
|
| {
|
|
|