[Webkit-unassigned] [Bug 154104] New: Fix the !(ENABLE(SVG_FONTS) || ENABLE(SVG_OTF_CONVERTER)) build after r196322

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 11 03:26:28 PST 2016


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

            Bug ID: 154104
           Summary: Fix the !(ENABLE(SVG_FONTS) ||
                    ENABLE(SVG_OTF_CONVERTER)) build after r196322
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: darin at apple.com, mmaxfield at apple.com
            Blocks: 153414

http://trac.webkit.org/changeset/196322 broke the !(ENABLE(SVG_FONTS) || ENABLE(SVG_OTF_CONVERTER))
build, because CSSFontFaceSource::CSSFontFaceSource:m_svgFontFaceElement is declared
inside ifdef guards, but initialized uncionditionally in the init list of the constructor.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160211/79944b6f/attachment.html>


More information about the webkit-unassigned mailing list