Bug 87280

Summary: don't create a wxFont if the face name is not available
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kevino: review+, kevino: commit-queue-

Description Robin Dunn 2012-05-23 10:36:01 PDT
Created attachment 143591 [details]
patch

don't create a wxFont if the face name is not available, otherwise the wxFont will always get created and say it's valid but will use a different face name.
Comment 1 Kevin Ollivier 2012-05-23 11:21:27 PDT
Landed in r118207, thanks!