Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage-update.html

Issue 2747123008: [DevTools] Separate old Application tab code (Closed)
Patch Set: [DevTools] Separate old Application tab code Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
},
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/storage-panel-dom-storage.html ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698