[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

bweinstein at apple.com bweinstein at apple.com
Thu Oct 29 20:41:54 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 02f25f878efeccbca9197c97b57dd93ad9a7091f
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 8 19:03:57 2009 +0000

    Correct a typo that fixes the resizing of columns in Cookie view when you
    resize the Inspector window.
    
    Reviewed by Jon Honeycutt.
    
    * inspector/front-end/CookieItemsView.js:
    (WebInspector.CookieItemsView.prototype.resize):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49311 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0f2e051..f24fecf 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,15 @@
 2009-10-08  Brian Weinstein  <bweinstein at apple.com>
 
+        Reviewed by Jon Honeycutt.
+
+        Correct a typo that fixes the resizing of columns in Cookie view when you
+        resize the Inspector window.
+
+        * inspector/front-end/CookieItemsView.js:
+        (WebInspector.CookieItemsView.prototype.resize):
+
+2009-10-08  Brian Weinstein  <bweinstein at apple.com>
+
         Reviewed by Adam Roben.
 
         Fixes <https://bugs.webkit.org/show_bug.cgi?id=29811>
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();
     },
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list