[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:01:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 968a2ef3d34a79f7b9fb5351a18643ddc9e17bda
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 1 16:32:27 2010 +0000

    2010-10-01  Rafael Antognolli  <antognolli at profusion.mobi>
    
            Unreviewed build fix.
    
            [CMAKE] Build fix for r68878
            https://bugs.webkit.org/show_bug.cgi?id=46985
    
            Fix name of files added to CMakeLists.txt:
            SVGTextLayoutBaseline.cpp -> SVGTextLayoutEngineBaseline.cpp
            SVGTextLayoutSpacing.cpp -> SVGTextLayoutEngineSpacing.cpp
    
            No features added, so no new tests.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68892 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 410d59b..175362f 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1708,8 +1708,8 @@ IF (ENABLE_SVG)
         rendering/svg/SVGTextChunk.cpp
         rendering/svg/SVGTextLayoutAttributes.cpp
         rendering/svg/SVGTextLayoutAttributesBuilder.cpp
-        rendering/svg/SVGTextLayoutBaseline.cpp
-        rendering/svg/SVGTextLayoutSpacing.cpp
+        rendering/svg/SVGTextLayoutEngineBaseline.cpp
+        rendering/svg/SVGTextLayoutEngineSpacing.cpp
         rendering/svg/SVGTextMetrics.cpp
         rendering/svg/SVGTextQuery.cpp
         svg/ColorDistance.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3b85164..c30b044 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-10-01  Rafael Antognolli  <antognolli at profusion.mobi>
+
+        Unreviewed build fix.
+
+        [CMAKE] Build fix for r68878
+        https://bugs.webkit.org/show_bug.cgi?id=46985
+
+        Fix name of files added to CMakeLists.txt:
+        SVGTextLayoutBaseline.cpp -> SVGTextLayoutEngineBaseline.cpp
+        SVGTextLayoutSpacing.cpp -> SVGTextLayoutEngineSpacing.cpp
+
+        No features added, so no new tests.
+
+        * CMakeLists.txt:
+
 2010-10-01  Ragner Magalhaes  <ragner.magalhaes at openbossa.org>
 
         Reviewed by Kenneth Rohde Christiansen.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list