| Index: third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html b/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html
|
| index d92f55b132a38db0eb0bc90915b3088c11ecd7b3..88661bc684406db9f1877490eb1e8ce4623b76e6 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html
|
| @@ -66,7 +66,7 @@ function test()
|
|
|
| InspectorTest.assertTrue(!!storage, "Local storage not found.");
|
|
|
| - UI.panels.resources._showDOMStorage(storage);
|
| + UI.panels.resources.showDOMStorage(storage);
|
| view = UI.panels.resources._domStorageView;
|
| InspectorTest.addSniffer(view, "_showDOMStorageItems", viewUpdated);
|
| },
|
|
|