[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 14:48:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d6e909f319931b2082c4c81dc6db3e0d49c517e9
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 20 20:28:37 2010 +0000

    2010-10-20  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed.
    
            Rename SVGAnimatedProperty* -> DeprecatedSVGAnimatedProperty*
            https://bugs.webkit.org/show_bug.cgi?id=47973
    
            Copy headers from svg/properties, otherwhise builds from scratch on win are broken.
    
            * WebCore.vcproj/copyForwardingHeaders.cmd:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70168 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c789fb1..0e5c32b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-20  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Not reviewed.
+
+        Rename SVGAnimatedProperty* -> DeprecatedSVGAnimatedProperty*
+        https://bugs.webkit.org/show_bug.cgi?id=47973
+
+        Copy headers from svg/properties, otherwhise builds from scratch on win are broken.
+
+        * WebCore.vcproj/copyForwardingHeaders.cmd:
+
 2010-10-20  Peter Rybin  <peter.rybin at gmail.com>
 
         Reviewed by Adam Barth.
diff --git a/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd b/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
index 8c70f7f..a85ace3 100755
--- a/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
+++ b/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
@@ -63,6 +63,7 @@ xcopy /y /d "%ProjectDir%..\editing\*.h" "%WebKitOutputDir%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\dom\*.h" "%WebKitOutputDir%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\xml\*.h" "%WebKitOutputDir%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\svg\animation\*.h" "%WebKitOutputDir%\include\WebCore"
+xcopy /y /d "%ProjectDir%..\svg\properties\*.h" "%WebKitOutputDir%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\svg\*.h" "%WebKitOutputDir%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\storage\*.h" "%WebKitOutputDir%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\websockets\*.h" "%WebKitOutputDir%\include\WebCore"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list