RESOLVED FIXED 23828
fix non-SVG builds
https://bugs.webkit.org/show_bug.cgi?id=23828
Summary fix non-SVG builds
alan
Reported 2009-02-08 00:34:33 PST
http://trac.webkit.org/changeset/40761 broke SVG disabled builds by introducing FloatPoint3D (which is behind ENABLE(SVG). proposed fix: remove ENABLE(SVG) from FloatPoint3D as 3D transformation will eventually be non-svg feature (see https://bugs.webkit.org/show_bug.cgi?id=23689)
Attachments
enable FloatPoint3D for non-svg (1.54 KB, patch)
2009-02-08 00:37 PST, alan
no flags
alan
Comment 1 2009-02-08 00:37:29 PST
Created attachment 27460 [details] enable FloatPoint3D for non-svg
alan
Comment 2 2009-02-12 03:00:43 PST
Note You need to log in before you can comment on or make changes to this bug.