[Webkit-unassigned] [Bug 202551] [GTK] Crash in WebChromeClient::createDisplayRefreshMonitor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 03:17:06 PDT 2019


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

Miguel Gomez <magomez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magomez at igalia.com

--- Comment #2 from Miguel Gomez <magomez at igalia.com> ---
Comment on attachment 380206
  --> https://bugs.webkit.org/attachment.cgi?id=380206
Patch

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

> Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/CompositingCoordinator.cpp:213
> +    if (!m_rootLayer && !isFlushingLayerChanges())

wouldn't this be if (m_rootLayer && !isFlushingLayerChanges())? As the should only notify if the root layer is still alive.

-- 
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/20191004/a6dc8a81/attachment.html>


More information about the webkit-unassigned mailing list