[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 14:31:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 27142b73e3d5f183b9a3105d72d3bd810f1396bf
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Oct 12 19:15:13 2010 +0000

    2010-10-12  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Add a missing file in CMakeListEfl.txt
            https://bugs.webkit.org/show_bug.cgi?id=47480
    
            IntRectEfl.cpp was missing in CMakeListEfl.txt. So, IntRectEfl.cpp is added.
    
            * CMakeListsEfl.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69593 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeListsEfl.txt b/WebCore/CMakeListsEfl.txt
index 4fa5c6d..f34841f 100644
--- a/WebCore/CMakeListsEfl.txt
+++ b/WebCore/CMakeListsEfl.txt
@@ -56,6 +56,7 @@ LIST(APPEND WebCore_SOURCES
   platform/graphics/efl/IconEfl.cpp
   platform/graphics/efl/ImageEfl.cpp
   platform/graphics/efl/IntPointEfl.cpp
+  platform/graphics/efl/IntRectEfl.cpp
   platform/posix/FileSystemPOSIX.cpp
   platform/text/efl/TextBreakIteratorInternalICUEfl.cpp
   plugins/PluginDataNone.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ad14c7a..ebfafe4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-12  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] Add a missing file in CMakeListEfl.txt
+        https://bugs.webkit.org/show_bug.cgi?id=47480
+
+        IntRectEfl.cpp was missing in CMakeListEfl.txt. So, IntRectEfl.cpp is added.
+
+        * CMakeListsEfl.txt:
+
 2010-10-12  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list