Bug 138116

Summary: Move RenderBlock::beingDestroyed() to RenderObject.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, esprehn+autocc, glenn, koivisto, kondapallykalyan, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.