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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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 d818a53c8b006a1ef63dcb8b50411478cca4508a..139a597f32da0639531479e6c70b85f8f0f8402b 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,8 +66,8 @@ function test()
InspectorTest.assertTrue(!!storage, "Local storage not found.");
- WebInspector.panels.resources._showDOMStorage(storage);
- view = WebInspector.panels.resources._domStorageViews.get(storage);
+ UI.panels.resources._showDOMStorage(storage);
+ view = UI.panels.resources._domStorageViews.get(storage);
InspectorTest.addSniffer(view, "_dataGridForDOMStorageItems", viewUpdated);
},

Powered by Google App Engine
This is Rietveld 408576698