summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/CookieItemsView.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/CookieItemsView.js')
-rw-r--r--WebCore/inspector/front-end/CookieItemsView.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/front-end/CookieItemsView.js b/WebCore/inspector/front-end/CookieItemsView.js
index 9397e7c..9f9845c 100644
--- a/WebCore/inspector/front-end/CookieItemsView.js
+++ b/WebCore/inspector/front-end/CookieItemsView.js
@@ -252,7 +252,7 @@ WebInspector.CookieItemsView.prototype = {
resize: function()
{
- if (this._datagrid)
+ if (this._dataGrid)
this._dataGrid.updateWidths();
},