[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

andreip at google.com andreip at google.com
Wed Dec 22 11:40:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a828fa40591287a1d87517e9deb330e5007ba0b0
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 3 11:08:07 2010 +0000

    2010-08-03  Andrei Popescu  <andreip at google.com>
    
            Unreviewed, build fix.
    
            [IndexedDB] Chromium build is broken due to typo in WebCore.gypi:3501
            https://bugs.webkit.org/show_bug.cgi?id=43408
    
            Add missing ' in WebCore.gypi:3501.
    
            * WebCore.gypi:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64544 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d5e22ea..c5cfa47 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-03  Andrei Popescu  <andreip at google.com>
+
+        Unreviewed, build fix.
+
+        [IndexedDB] Chromium build is broken due to typo in WebCore.gypi:3501
+        https://bugs.webkit.org/show_bug.cgi?id=43408
+
+        Add missing ' in WebCore.gypi:3501.
+
+        * WebCore.gypi:
+
 2010-07-30  Andrei Popescu  <andreip at dhcp-172-16-14-12.lon.corp.google.com>
 
         Reviewed by Jeremy Orlow.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 1637157..9f36c9d 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -3498,7 +3498,7 @@
             'storage/IDBAny.h',
             'storage/IDBCallbacks.h',
             'storage/IDBDatabase.h',
-            'storage/IDBDatabase.cpp,
+            'storage/IDBDatabase.cpp',
             'storage/IDBDatabaseError.h',
             'storage/IDBDatabaseException.h',
             'storage/IDBDatabaseBackendImpl.cpp',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list