Bug 169967 - [iOS] downloadableBinaryFontsEnabled is set to false in -initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:
Summary: [iOS] downloadableBinaryFontsEnabled is set to false in -initSimpleHTMLDocume...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-03-22 13:21 PDT by mitz
Modified: 2017-03-22 13:30 PDT (History)
0 users

See Also:


Attachments
Stop setting it to false (1.62 KB, patch)
2017-03-22 13:28 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2017-03-22 13:21:10 PDT
<rdar://problem/30406898>

When downloadable binary fonts were enabled in the iOS port, the simple document initializer was overlooked.
Comment 1 mitz 2017-03-22 13:28:21 PDT
Created attachment 305122 [details]
Stop setting it to false
Comment 2 mitz 2017-03-22 13:30:28 PDT
Fixed in <https://trac.webkit.org/r214273>.