[Webkit-unassigned] [Bug 148442] Fix crash due to animationDidEnd called on deallocated RemoteLayerTreeHost

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 13:48:31 PDT 2015


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

--- Comment #5 from Tim Horton <thorton at apple.com> ---
Comment on attachment 259977
  --> https://bugs.webkit.org/attachment.cgi?id=259977
Patch

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

> Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm:145
>      m_layers.remove(layerID);

1) You can do the hash table lookup only once.

2) Should you also cover the case in clearLayers()?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150826/afde1970/attachment.html>


More information about the webkit-unassigned mailing list