RESOLVED FIXED 138116
Move RenderBlock::beingDestroyed() to RenderObject.
https://bugs.webkit.org/show_bug.cgi?id=138116
Summary Move RenderBlock::beingDestroyed() to RenderObject.
Andreas Kling
Reported 2014-10-27 18:02:11 PDT
Make "is being destroyed" a RenderObject concept instead of restricting it to RenderBlocks. I'm guessing that this was specific to blocks due to lack of bitfield space in RenderObject, and that's no longer an issue.
Attachments
Patch (6.27 KB, patch)
2014-10-27 18:02 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-10-27 18:02:50 PDT
WebKit Commit Bot
Comment 2 2014-10-27 22:39:37 PDT
Comment on attachment 240518 [details] Patch Clearing flags on attachment: 240518 Committed r175242: <http://trac.webkit.org/changeset/175242>
WebKit Commit Bot
Comment 3 2014-10-27 22:39:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.