summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/StoragePanel.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/StoragePanel.js')
-rw-r--r--WebCore/inspector/front-end/StoragePanel.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/WebCore/inspector/front-end/StoragePanel.js b/WebCore/inspector/front-end/StoragePanel.js
index dd558df..dee4442 100644
--- a/WebCore/inspector/front-end/StoragePanel.js
+++ b/WebCore/inspector/front-end/StoragePanel.js
@@ -354,13 +354,6 @@ WebInspector.StoragePanel.prototype = {
return dataGrid;
},
- resize: function()
- {
- var visibleView = this.visibleView;
- if (visibleView && "resize" in visibleView)
- visibleView.resize();
- },
-
updateDOMStorage: function(storageId)
{
var domStorage = this._domStorageForId(storageId);
@@ -389,6 +382,7 @@ WebInspector.StoragePanel.prototype = {
{
this.storageViews.style.left = width + "px";
this.storageViewStatusBarItemsContainer.style.left = width + "px";
+ this.resize();
}
}