| 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));
|
| },
|
|
|
|
|