Bug 258093 - Fix use-after-move of playerView in VideoFullscreenManagerProxy::createViewWithID()
Summary: Fix use-after-move of playerView in VideoFullscreenManagerProxy::createViewWi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 252021
Blocks:
  Show dependency treegraph
 
Reported: 2023-06-14 14:28 PDT by David Kilzer (:ddkilzer)
Modified: 2023-06-15 05:04 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 David Kilzer (:ddkilzer) 2023-06-14 14:28:59 PDT
Fix use-after-move of playerView in WebKit::VideoFullscreenManagerProxy::createViewWithID().

Regressed with:

    Eliminate double layer hosting of video content when UI-Side compositing is enabled
    <https://bugs.webkit.org/show_bug.cgi?id=252021>
    <rdar://105246033>
    <https://commits.webkit.org/260575@main>
Comment 1 Radar WebKit Bug Importer 2023-06-14 14:29:26 PDT
<rdar://problem/110799152>
Comment 2 David Kilzer (:ddkilzer) 2023-06-14 14:41:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14973
Comment 3 EWS 2023-06-15 05:04:54 PDT
Committed 265193@main (809270197668): <https://commits.webkit.org/265193@main>

Reviewed commits have been landed. Closing PR #14973 and removing active labels.