[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 14:21:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 04a800081b35e228bd5eb1717cfc2a79a4dc95ec
Author: andreip at google.com <andreip at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 6 23:22:23 2010 +0000

    [Chromium] Unreviewed build fix.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69251 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/storage/IDBDatabase.cpp b/WebCore/storage/IDBDatabase.cpp
index f84ea68..45f4976 100644
--- a/WebCore/storage/IDBDatabase.cpp
+++ b/WebCore/storage/IDBDatabase.cpp
@@ -59,7 +59,7 @@ PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, co
 {
     if (!m_setVersionTransaction) {
         // FIXME: Raise a NOT_ALLOWED_ERR if m_setVersionTransaction is 0.
-        return 0
+        return 0;
     }
 
     RefPtr<IDBObjectStoreBackendInterface> objectStore = m_backend->createObjectStore(name, keyPath, autoIncrement, m_setVersionTransaction.get());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list