[Webkit-unassigned] [Bug 121720] New: WebFontDescription needs different declaration in DOMPrivate.idl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 14:47:18 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121720
Summary: WebFontDescription needs different declaration in
DOMPrivate.idl
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Trivial
Priority: P3
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alex.christensen at flexsim.com
CC: sfalken at apple.com, bfulgham at webkit.org
Back in the stone age (http://trac.webkit.org/changeset/27755) Steve added a declaration of WebFontDescription that worked with Visual Studio up through VS2010. VS2012 does not like this declaration, but it can be fixed simply without breaking anything. The idl file requires "interface WebFontDescription;" but WebKit.h that is generated from the idl file requires "typedef struct WebFontDescription WebFontDescription;", so using the cpp_quote MIDL attribute puts that string into WebKit.h.
--
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