[Webkit-unassigned] [Bug 26680] ENABLE_SVG=0 doesn't build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 10:47:11 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=26680


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |krit at webkit.org




--- Comment #3 from Dirk Schulze <krit at webkit.org>  2009-12-15 10:47:12 PST ---
(In reply to comment #2)
> weird. How could it happen?
> 
> // (no ENABLE(SVG) check here)
>     FloatPoint3D backmappedPoint =
> transformState.m_accumulatedTransform.mapPoint(FloatPoint3D(targetPoint));
> 
> 
> class TransformationMatrix
> {
> ...
> #if ENABLE(SVG)
>     // Map a 3D point through the transform, returning a 3D point.
>     FloatPoint3D mapPoint(const FloatPoint3D&) const;
> #endif
> ...
> };

TransformationMatrix has no relation to SVG. WebKit compiles here without svg.
I'm closing this bug now.

-- 
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