| 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 3500e71cdf949c1eaa22db9f6003ed29796b5dd2..503eb707c132170349b5da981a862a64bbb237f9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html
|
| @@ -46,7 +46,7 @@ function test()
|
| InspectorTest.completeTest();
|
| return;
|
| }
|
| - UI.panels.resources._showDOMStorage(storage);
|
| + UI.panels.resources.showDOMStorage(storage);
|
| InspectorTest.addResult("Did show: " + name(storage));
|
| InspectorTest.deprecatedRunAfterPendingDispatches(function() {
|
| InspectorTest.addResult(name(storage) + " content: ");
|
|
|