[Webkit-unassigned] [Bug 221989] [ BigSur Debug Wk 2 ] imported/w3c/web-platform-tests/html/editing/editing-0/contenteditable/selection-in-contentEditable-at-turning-designMode-on-off.tentative.html is flakey crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 16:44:22 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221989

--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
This might imply that we're unable to map to a MediaPlayer here:

bool RemoteRenderingBackend::applyMediaItem(DisplayList::ItemHandle item, GraphicsContext& context)

    ...

    auto& mediaItem = item.get<DisplayList::PaintFrameForMedia>();
    auto player = m_gpuConnectionToWebProcess->remoteMediaPlayerManagerProxy().mediaPlayer(mediaItem.identifier());
    if (!player)
        return false;

-- 
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/20210217/ad96e2b1/attachment.htm>


More information about the webkit-unassigned mailing list