[Webkit-unassigned] [Bug 10247] Unable to build webkit without SVG/XPATH

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Aug 6 14:13:42 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10247


Graham.Dennis at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9902|                            |review?
               Flag|                            |




------- Comment #4 from Graham.Dennis at gmail.com  2006-08-06 14:13 PDT -------
Created an attachment (id=9902)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9902&action=view)
patch

I'm not sure that this is the correct fix, but...
My understanding is that before SVG_SUPPORT and XPATH_SUPPORT were changed to
be set by FEATURE_DEFINES, they were set to either 1 or 0. Now it seems that it
is either defined or not. So my fix is to change every #if SVG_SUPPORT or #if
XPATH_SUPPORT to #ifdef SVG_SUPPORT or #ifdef XPATH_SUPPORT respectively.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list