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

Description Andreas Kling 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.
Comment 1 Andreas Kling 2014-10-27 18:02:50 PDT
Created attachment 240518 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-10-27 22:39:41 PDT
All reviewed patches have been landed.  Closing bug.