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

leandro at webkit.org leandro at webkit.org
Wed Dec 22 11:24:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dfdbf874a23cdbcf723614b810b27a08a17fe2bc
Author: leandro at webkit.org <leandro at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 22 15:19:56 2010 +0000

    2010-07-22  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Unreviewed build fix.
    
            [EFL] Build break for SVN r63881
            https://bugs.webkit.org/show_bug.cgi?id=42813
    
            * CMakeLists.txt: Add platform/SchemeRegistry.cpp
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63894 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 7919317..d9c0593 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1201,6 +1201,7 @@ SET(WebCore_SOURCES
     platform/ScrollbarThemeComposite.cpp
     platform/ScrollView.cpp
     platform/SharedBuffer.cpp
+    platform/SchemeRegistry.cpp
     platform/ThreadGlobalData.cpp
     platform/ThreadTimers.cpp
     platform/Timer.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e4ea95a..0c678a6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-07-22  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Unreviewed build fix.
+
+        [EFL] Build break for SVN r63881
+        https://bugs.webkit.org/show_bug.cgi?id=42813
+
+        * CMakeLists.txt: Add platform/SchemeRegistry.cpp
+
 2010-07-22  Hayato Ito  <hayato at chromium.org>
 
         Reviewed by Darin Adler.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list