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

jparent at chromium.org jparent at chromium.org
Thu Oct 29 20:39:18 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 7e884b99a3c51af9074ffb91416806505d104138
Author: jparent at chromium.org <jparent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 5 22:07:38 2009 +0000

    Unreviewed, Chromium build fix.  Missing "," after entry for BeforeLoadEvent.idl.
    
    Patch by Julie Parent <jparent at chromium.org> on 2009-10-05
    * WebCore.gypi:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49116 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index b13c1df..0745725 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-05  Julie Parent  <jparent at chromium.org>
+
+        Unreviewed, Chromium build fix.  Missing "," after entry for BeforeLoadEvent.idl. 
+
+        * WebCore.gypi:
+
 2009-10-05  Dave Hyatt  <hyatt at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index b226536..5cf94a5 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -31,7 +31,7 @@
             'css/WebKitCSSMatrix.idl',
             'css/WebKitCSSTransformValue.idl',
             'dom/Attr.idl',
-            'dom/BeforeLoadEvent.idl'
+            'dom/BeforeLoadEvent.idl',
             'dom/CDATASection.idl',
             'dom/CharacterData.idl',
             'dom/ClientRect.idl',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list