[webkit-reviews] review granted: [Bug 23911] Exception thrown when opening a <select> pop-up that uses a web font : [Attachment 47052] Use the system font for the pop-up if an NSFont cannot be obtained

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 14:13:26 PST 2010


Darin Adler <darin at apple.com> has granted mitz at webkit.org's request for review:
Bug 23911: Exception thrown when opening a <select> pop-up that uses a web font
https://bugs.webkit.org/show_bug.cgi?id=23911

Attachment 47052: Use the system font for the pop-up if an NSFont cannot be
obtained
https://bugs.webkit.org/attachment.cgi?id=47052&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +		       font = style.font().weight() < FontWeightBold ? [NSFont
systemFontOfSize:size] :[NSFont boldSystemFontOfSize:size];

Need a space after the : but before [NSFont].


More information about the webkit-reviews mailing list