[Webkit-unassigned] [Bug 26680] ENABLE_SVG=0 doesn't build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 6 13:06:43 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26680
--- Comment #2 from Yong Li <yong.li at torchmobile.com> 2009-07-06 13:06:43 PDT ---
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
...
};
--
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