Bug 154631

Summary: A FontFace's promise may change when all the references to the FontFace are destroyed
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: mmaxfield
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 153346    

Description Myles C. Maxfield 2016-02-23 20:18:02 PST
CSSFontFace holds on to its FontFace with a WeakPtr, which means it may be recreated if there are no more references to it.