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

zimmermann at webkit.org zimmermann at webkit.org
Wed Dec 22 16:11:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a51d75d3105fd9de7cb8316b1f993d650e08c38c
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 19 13:20:30 2010 +0000

    2010-11-19  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed. Fix Qt build.
    
            * WebCore.pro: Move SVGPathSegListPropertyTearOff.cpp from HEADERS to SOURCES list. This got lost, when reapplying the patch from the bug - I only fixed it locally before landing the first time.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72384 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 01242ed..a963326 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-19  Nikolas Zimmermann  <nzimmermann at rim.com>
 
+        Not reviewed. Fix Qt build.
+
+        * WebCore.pro: Move SVGPathSegListPropertyTearOff.cpp from HEADERS to SOURCES list. This got lost, when reapplying the patch from the bug - I only fixed it locally before landing the first time.
+
+2010-11-19  Nikolas Zimmermann  <nzimmermann at rim.com>
+
         Reviewed by Dirk Schulze.
 
         Convert SVGPathSeg/SVGPathSegList to the new SVGPropertyTearOff concept
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 7521903..2ec9144 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -2369,7 +2369,6 @@ HEADERS += \
     svg/properties/SVGAnimatedTransformListPropertyTearOff.h \
     svg/properties/SVGListProperty.h \
     svg/properties/SVGListPropertyTearOff.h \
-    svg/properties/SVGPathSegListPropertyTearOff.cpp \
     svg/properties/SVGPathSegListPropertyTearOff.h \
     svg/properties/SVGProperty.h \
     svg/properties/SVGPropertyTearOff.h \
@@ -3564,6 +3563,7 @@ contains(DEFINES, ENABLE_SVG=1) {
         svg/graphics/filters/SVGFilter.cpp \
         svg/graphics/filters/SVGFilterBuilder.cpp \
         svg/graphics/SVGImage.cpp \
+        svg/properties/SVGPathSegListPropertyTearOff.cpp \
         rendering/RenderForeignObject.cpp \
         rendering/RenderSVGBlock.cpp \
         rendering/RenderSVGContainer.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list