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

jamesr at google.com jamesr at google.com
Wed Dec 22 11:45:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7599d7df13ae3e0789766021ab703db0266c88cd
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 01:09:55 2010 +0000

    2010-08-05  James Robinson  <jamesr at chromium.org>
    
            Rubber stamped by Eric Seidel.
    
            [SVG] SVGPathSeg.cpp needs an #if ENABLE(SVG) guard
            https://bugs.webkit.org/show_bug.cgi?id=43599
    
            Matches the rest of the .cpp files in this directory.
    
            * svg/SVGPathSeg.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64807 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6307b12..2dbe18c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-08-05  James Robinson  <jamesr at chromium.org>
+
+        Rubber stamped by Eric Seidel.
+
+        [SVG] SVGPathSeg.cpp needs an #if ENABLE(SVG) guard
+        https://bugs.webkit.org/show_bug.cgi?id=43599
+
+        Matches the rest of the .cpp files in this directory.
+
+        * svg/SVGPathSeg.cpp:
+
 2010-08-05  Erik Arvidsson  <arv at chromium.org>
 
         Reviewed by Kent Tamura.
diff --git a/WebCore/svg/SVGPathSeg.cpp b/WebCore/svg/SVGPathSeg.cpp
index 36c96ac..98ff15d 100644
--- a/WebCore/svg/SVGPathSeg.cpp
+++ b/WebCore/svg/SVGPathSeg.cpp
@@ -24,6 +24,7 @@
  */
 
 #include "config.h"
+#if ENABLE(SVG)
 #include "SVGPathSeg.h"
 
 #include "SVGNames.h"
@@ -60,3 +61,4 @@ String SVGPathSegSingleCoord::toString() const
 }
 
 } // namespace WebCore
+#endif // ENABLE(SVG)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list