Bug 251027
| Summary: | Remove ASSERT(m_element) in WebFullScreenManager::setAnimatingFullScreen | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Media | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
They've been triggering for a couple of months now (since September 2022?), every time fullscreen is exited on debug builds.
It's pretty bogus for debugging exit fullscreen-related tasks.
For release, there's an early return that handles this case.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/104564945>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/8982
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 248093 ***