[Webkit-unassigned] [Bug 138924] New: Fix the !ENABLE(SVG_FONTS) build after r176276

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 04:35:51 PST 2014


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

            Bug ID: 138924
           Summary: Fix the !ENABLE(SVG_FONTS) build after r176276
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          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: mmaxfield at apple.com, simon.fraser at apple.com
            Blocks: 138686

build log:
../../Source/WebCore/css/CSSFontFaceSource.cpp:127:47: error: 'm_hasExternalSVGFont' was not declared in this scope
../../Source/WebCore/css/CSSFontFaceSource.cpp:130:103: error: 'm_hasExternalSVGFont' was not declared in this scope

m_hasExternalSVGFont is declared inside ENABLE(SVG_FONTS) guard, but used unconditionally here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141120/7d942de8/attachment-0002.html>


More information about the webkit-unassigned mailing list