Bug 23828 - fix non-SVG builds
Summary: fix non-SVG builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-08 00:34 PST by zalan
Modified: 2009-02-12 03:01 PST (History)
0 users

See Also:


Attachments
enable FloatPoint3D for non-svg (1.54 KB, patch)
2009-02-08 00:37 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 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)
Comment 1 zalan 2009-02-08 00:37:29 PST
Created attachment 27460 [details]
enable FloatPoint3D for non-svg
Comment 2 zalan 2009-02-12 03:00:43 PST
fixed already http://trac.webkit.org/changeset/40827