[Webkit-unassigned] [Bug 32941] [Qt] Missing SVG variables
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Mar 5 12:29:08 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=32941
Joe Wild <joseph.wild at nokia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joseph.wild at nokia.com
--- Comment #6 from Joe Wild <joseph.wild at nokia.com> 2011-03-05 12:29:08 PST ---
I have been looking at this one. Please assign it to me.
It looks like we were not passing on all the ENABLE_SVG_* flags to the IDL compiler, so some of the binding were not generated.
I added passing on the rest of the ENABLE_SVG_* flags and need to
test if that fixes the problem.
Source/WebCore/feature.pri
contains(DEFINES, ENABLE_SVG=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG=1
+ contains(DEFINES, ENABLE_SVG_ANIMATION=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_ANIMATION=1
+ contains(DEFINES, ENABLE_SVG_FONTS=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FONTS=1
+ contains(DEFINES, ENABLE_SVG_FOREIGN_OBJECT=1): FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG_FOREIGN_OBJECT=1
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list