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

jianli at chromium.org jianli at chromium.org
Wed Dec 22 12:49:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 400aa9399ee82924573ba30329616018eb0dd996
Author: jianli at chromium.org <jianli at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 31 04:56:39 2010 +0000

    2010-08-30  Jian Li  <jianli at chromium.org>
    
            Fix qt/gtk build break.
    
            * platform/network/BlobRegistryImpl.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66453 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/platform/network/BlobRegistryImpl.cpp b/WebCore/platform/network/BlobRegistryImpl.cpp
index fe1b09f..c5beb64 100644
--- a/WebCore/platform/network/BlobRegistryImpl.cpp
+++ b/WebCore/platform/network/BlobRegistryImpl.cpp
@@ -30,6 +30,8 @@
 
 #include "config.h"
 
+#if ENABLE(BLOB)
+
 #include "BlobRegistryImpl.h"
 
 #include "BlobResourceHandle.h"
@@ -175,3 +177,5 @@ PassRefPtr<BlobStorageData> BlobRegistryImpl::getBlobDataFromURL(const KURL& url
 }
 
 } // namespace WebCore
+
+#endif // ENABLE(BLOB)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list