RESOLVED FIXED 129456
Crash in RemoteLayerTreePropertyApplier::applyPropertiesToLayer
https://bugs.webkit.org/show_bug.cgi?id=129456
Summary Crash in RemoteLayerTreePropertyApplier::applyPropertiesToLayer
Tim Horton
Reported 2014-02-27 15:52:59 PST
<rdar://problem/16182676> Seeing a crash in RemoteLayerTreePropertyApplier::applyPropertiesToLayer when going from having layer contents to not having layer contents. We're dereferencing the RemoteLayerBacking without checking if it exists, in the accelerated drawing codepath. Also, this #if structure is disturbing (conditional control flow scares me), so rework it a bit.
Attachments
patch (2.33 KB, patch)
2014-02-27 15:55 PST, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2014-02-27 15:55:11 PST
Tim Horton
Comment 2 2014-02-27 15:56:36 PST
Comment on attachment 225421 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=225421&action=review > Source/WebKit2/ChangeLog:11 > + We were dereferencing the RemoteLayerBacking without checking if it exists, +Store
Tim Horton
Comment 3 2014-02-27 15:59:04 PST
Note You need to log in before you can comment on or make changes to this bug.