[Webkit-unassigned] [Bug 249075] New: Check for promise before resolving in FullscreenManager::exitFullscreen()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 10 10:45:20 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249075
Bug ID: 249075
Summary: Check for promise before resolving in
FullscreenManager::exitFullscreen()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ntim at apple.com
The promise can be nullptr if called from the legacy fullscreen API (see DocumentFullscreen::webkitExitFullScreen), so we should check it's existence before trying to resolve.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221210/04591242/attachment-0001.htm>
More information about the webkit-unassigned
mailing list