[webkit-reviews] review granted: [Bug 12883] Disable experimental SVG features : [Attachment 13378] patch to add ENABLE_SVG_EXPERIMENTAL_FEATURES define

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Mon Feb 26 08:03:10 PST 2007


Lars Knoll <lars at trolltech.com> has granted Lars Knoll <lars at trolltech.com>'s
request for review:
Bug 12883: Disable experimental SVG features
http://bugs.webkit.org/show_bug.cgi?id=12883

Attachment 13378: patch to add ENABLE_SVG_EXPERIMENTAL_FEATURES define
http://bugs.webkit.org/attachment.cgi?id=13378&action=edit

------- Additional Comments from Lars Knoll <lars at trolltech.com>
-    print "#ifdef SVG_SUPPORT\n";
+    print "#if EABLE(SVG)\n";

should be ENABLE.

The SVG filters in platform/graphics/svg should not get compiled in.

With these two changes it's r=me.



More information about the webkit-reviews mailing list