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

Unified Diff: Source/devtools/front_end/resources/DOMStorageItemsView.js

Issue 1113813002: [DevTools] Rename View to Widget. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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: Source/devtools/front_end/resources/DOMStorageItemsView.js
diff --git a/Source/devtools/front_end/resources/DOMStorageItemsView.js b/Source/devtools/front_end/resources/DOMStorageItemsView.js
index eea026dda7d40ac762519cbdbd794905a5ef714f..fd0622ba49373acb2428918bea902c9dbfb86915 100644
--- a/Source/devtools/front_end/resources/DOMStorageItemsView.js
+++ b/Source/devtools/front_end/resources/DOMStorageItemsView.js
@@ -165,7 +165,7 @@ WebInspector.DOMStorageItemsView.prototype = {
_update: function()
{
- this.detachChildViews();
+ this.detachChildWidgets();
this.domStorage.getItems(this._showDOMStorageItems.bind(this));
},
« no previous file with comments | « Source/devtools/front_end/resources/CookieItemsView.js ('k') | Source/devtools/front_end/resources/DatabaseQueryView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698