Bug 154631 - A FontFace's promise may change when all the references to the FontFace are destroyed
Summary: A FontFace's promise may change when all the references to the FontFace are d...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 153346
  Show dependency treegraph
 
Reported: 2016-02-23 20:18 PST by Myles C. Maxfield
Modified: 2016-02-23 20:18 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.