Occasional MobileSafari crash under -[WKPDFView web_setMinimumSize:]
Created attachment 326785 [details] Patch
Comment on attachment 326785 [details] Patch Clearing flags on attachment: 326785 Committed r224781: <https://trac.webkit.org/changeset/224781>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35561920>
Just mentioning for your consideration that our app's crash reports for this mention a NaN in CGSize (in UIScrollView setBounds), hopefully the added CGRectIsNull() check higher in the call stack is preventing the NaN.
(In reply to Garvan Keeley from comment #5) > Just mentioning for your consideration that our app's crash reports for this > mention a NaN in CGSize (in UIScrollView setBounds), hopefully the added > CGRectIsNull() check higher in the call stack is preventing the NaN. That’s the plan, anyway!