| Index: third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html b/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html
|
| index af29f963a4681f014eee09ae83b20bcdb8a9bca1..71801f953ef2d3c44f1f0b16c79e26cbf2984451 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html
|
| @@ -39,7 +39,7 @@ function test()
|
| InspectorTest.addResult("KeyValue pairs: " + rows.join(''));
|
| }
|
|
|
| - InspectorTest.runAfterPendingDispatches(function() {
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(function() {
|
| var storages = InspectorTest.domStorageModel().storages();
|
| if (storages) {
|
| for (var i = 0; i < storages.length; i++) {
|
| @@ -50,7 +50,7 @@ function test()
|
| } else
|
| InspectorTest.addResult("FAIL: no DOM storages found.");
|
|
|
| - InspectorTest.runAfterPendingDispatches(function() {
|
| + InspectorTest.deprecatedRunAfterPendingDispatches(function() {
|
| var storages = InspectorTest.domStorageModel().storages();
|
| for (var i = 0; i < storages.length; i++) {
|
| var storage = storages[i];
|
|
|