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

eric at webkit.org eric at webkit.org
Wed Dec 22 11:49:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1436e27947e20bf3164447fa444e5e91bb9bc2ab
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 9 06:56:22 2010 +0000

    2010-08-08  ryuan choi  <ryuan.choi at samsung.com>
    
            Reviewed by Darin Adler.
    
            REGRESSION(64898,64949) build break because of wrong filename
            https://bugs.webkit.org/show_bug.cgi?id=43701
    
            add SVGPathStringSource.cpp and modify SVGPathSourceString.cpp to
            SVGPathStringSource.cpp
    
            simple fixing build break, so No new tests.
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64966 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 23bd7e8..1ddb0c1 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1697,7 +1697,8 @@ IF (ENABLE_SVG)
         svg/SVGPathSegList.cpp
         svg/SVGPathSegListBuilder.cpp
         svg/SVGPathSegMoveto.cpp
-        svg/SVGPathSourceString.cpp
+        svg/SVGPathStringBuilder.cpp
+        svg/SVGPathStringSource.cpp
         svg/SVGPatternElement.cpp
         svg/SVGPointList.cpp
         svg/SVGPolyElement.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4803a35..f2760e4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-08  ryuan choi  <ryuan.choi at samsung.com>
+
+        Reviewed by Darin Adler.
+
+        REGRESSION(64898,64949) build break because of wrong filename
+        https://bugs.webkit.org/show_bug.cgi?id=43701
+
+        add SVGPathStringSource.cpp and modify SVGPathSourceString.cpp to
+        SVGPathStringSource.cpp
+
+        simple fixing build break, so No new tests.
+
+        * CMakeLists.txt:
+
 2010-08-08  Ariya Hidayat  <ariya at sencha.com>
 
         Reviewed by Antonio Gomes.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list