[Webkit-unassigned] [Bug 24117] New: Fix QtWebKit build if SVG_FONTS are disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 20:59:20 PST 2009


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

           Summary: Fix QtWebKit build if SVG_FONTS are disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


This is a regression introduced by changeset 39207. If SVG_FONTS are disabled
one of the FontPlatformData constructors are not declared in the header file,
but still implemented in the cpp file.

Patch will follow to guard the implementation of the function with
ENABLE(SVG_FONTS), the same way as it is done for the function declaration.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list