Bug 212308

Summary: ASSERTION FAILED: m_clientCounts.contains(contextId) - WebKit::VideoFullscreenManagerProxy::removeClientForContext()
Product: WebKit Reporter: Peng Liu <peng.liu6>
Component: New BugsAssignee: Peng Liu <peng.liu6>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, ews-watchlist, glenn, jer.noble, philipj, sergio, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Peng Liu 2020-05-23 17:29:12 PDT
ASSERTION FAILED: m_clientCounts.contains(contextId) - WebKit::VideoFullscreenManagerProxy::removeClientForContext()
Comment 1 Peng Liu 2020-05-23 17:30:08 PDT
<rdar://problem/63511239>
Comment 2 Peng Liu 2020-05-23 17:54:12 PDT
Created attachment 400145 [details]
Patch
Comment 3 Peng Liu 2020-05-23 17:56:56 PDT
Any suggestion about the style checking error regarding OS version check? Should we update version_check.py to ignore it?
Comment 4 youenn fablet 2020-05-24 23:57:54 PDT
Comment on attachment 400145 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=400145&action=review

> Tools/TestWebKitAPI/Tests/WebKitCocoa/ExitPiPOnSuspendVideoElement.mm:29
> +#if ENABLE(VIDEO_PRESENTATION_MODE) && (PLATFORM(MAC) || (PLATFORM(IOS_FAMILY) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 140000))

I guess we can leave it as is or introduce a macro in Platform.h.
Comment 5 EWS 2020-05-26 09:57:03 PDT
Committed r262149: <https://trac.webkit.org/changeset/262149>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 400145 [details].