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

mrowe at apple.com mrowe at apple.com
Wed Dec 22 11:27:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 33776fa883bd8f6812eee3cec5394e3fe061f806
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jul 26 16:24:18 2010 +0000

    Fix an #if in WebCore.exp.in to correctly detect whether SVG filters are enabled.
    
    * WebCore.exp.in:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64049 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4f4ebae..0a87e01 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-26  Mark Rowe  <mrowe at apple.com>
+
+        Fix an #if in WebCore.exp.in to correctly detect whether SVG filters are enabled.
+
+        * WebCore.exp.in:
+
 2010-07-26  Steve Block  <steveblock at google.com>
 
         Reviewed by Jeremy Orlow.
diff --git a/WebCore/WebCore.exp.in b/WebCore/WebCore.exp.in
index 3899bf5..7128264 100644
--- a/WebCore/WebCore.exp.in
+++ b/WebCore/WebCore.exp.in
@@ -1384,7 +1384,7 @@ __ZNK7WebCore15ProtectionSpace20authenticationSchemeEv
 .objc_class_name_DOMSVGZoomEvent
 #endif
 
-#if ENABLE(SVG_FILTERS) && ENABLE(SVG_DOM_OBJC_BINDINGS)
+#if ENABLE(FILTERS) && ENABLE(SVG_DOM_OBJC_BINDINGS)
 .objc_class_name_DOMSVGComponentTransferFunctionElement
 .objc_class_name_DOMSVGFEBlendElement
 .objc_class_name_DOMSVGFEColorMatrixElement

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list