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

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

Issue 2649923006: [DevTools] Add filtering to DOM storages (Closed)
Patch Set: [DevTools] Add filtering to DOM storages Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 139a597f32da0639531479e6c70b85f8f0f8402b..7db2cf269a8aa8c759a24fa0901a7bc958be6ef5 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
@@ -68,7 +68,7 @@ function test()
UI.panels.resources._showDOMStorage(storage);
view = UI.panels.resources._domStorageViews.get(storage);
- InspectorTest.addSniffer(view, "_dataGridForDOMStorageItems", viewUpdated);
+ InspectorTest.addSniffer(view, "_showDOMStorageItems", viewUpdated);
},
function addItemTest(next)
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698