Bug 251916 - _presentedViewControllerWhileRotating could be nil
Summary: _presentedViewControllerWhileRotating could be nil
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-08 07:14 PST by Seija K.
Modified: 2023-03-31 07:52 PDT (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 Seija K. 2023-02-08 07:14:23 PST
Let us avoid calling a method of a nil object, which is why we made the presentedViewController UIViewController variable to begin with.
Comment 1 Seija K. 2023-02-08 07:17:30 PST
Pull request: https://github.com/WebKit/WebKit/pull/9813
Comment 2 Radar WebKit Bug Importer 2023-02-15 07:15:18 PST
<rdar://problem/105495284>
Comment 3 Seija K. 2023-03-31 07:52:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12235