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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 12:47:45 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bd3bf0fd680327d67d34a581f7f3a0c6e68b44a3
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 12:40:17 2010 +0000

    2010-08-30  Ryuan Choi  <ryuan.choi at samsung.com>
    
            Unreviewed build fix with Blob Support
    
            [EFL] Build break with Blob support
            https://bugs.webkit.org/show_bug.cgi?id=44858
    
            No new features added, so no new tests.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66385 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index fbccd9b..8c6fe98 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1563,6 +1563,14 @@ SET(WebCore_SOURCES
     xml/XSLTUnicodeSort.cpp
 )
 
+IF (ENABLE_BLOB)
+    LIST(APPEND WebCore_SOURCES
+        fileapi/FileReader.cpp
+        fileapi/FileThread.cpp
+        fileapi/FileStreamProxy.cpp
+        platform/FileStream.cpp
+    )
+ENDIF ()
 
 IF (ENABLE_DATABASE)
     LIST(APPEND WebCore_SOURCES
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ccb56e6..7053178 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-30  Ryuan Choi  <ryuan.choi at samsung.com>
+
+        Unreviewed build fix with Blob Support
+
+        [EFL] Build break with Blob support
+        https://bugs.webkit.org/show_bug.cgi?id=44858
+
+        No new features added, so no new tests.
+
+        * CMakeLists.txt:
+
 2010-08-30  Andras Becsi  <abecsi at webkit.org>
 
         Unreviewed trivial fix.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list