Add build flag for Canvas's Path object (disabled by default)
Created attachment 183849 [details] Patch
Comment on attachment 183849 [details] Patch rs=me
Comment on attachment 183849 [details] Patch Clearing flags on attachment: 183849 Committed r140377: <http://trac.webkit.org/changeset/140377>
All reviewed patches have been landed. Closing bug.
For future reference, the Autotools build system has changed its guidelines about adding features. In short, no need for the configuration flags in configure.ac and Automake conditional checking in Source/WebCore/GNUmakefile.am. More on this: http://trac.webkit.org/wiki/AddingFeatures#ActivatingafeatureforAutotoolsbasedports I've got a change removing these additions in bug #107537.
(In reply to comment #5) > For future reference, the Autotools build system has changed its guidelines about adding features. In short, no need for the configuration flags in configure.ac and Automake conditional checking in Source/WebCore/GNUmakefile.am. > More on this: > http://trac.webkit.org/wiki/AddingFeatures#ActivatingafeatureforAutotoolsbasedports > > I've got a change removing these additions in bug #107537. Ok, thanks!