Bug 138116 - Move RenderBlock::beingDestroyed() to RenderObject.
Summary: Move RenderBlock::beingDestroyed() to RenderObject.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-27 18:02 PDT by Andreas Kling
Modified: 2014-10-27 22:39 PDT (History)
7 users (show)

See Also:


Attachments
Patch (6.27 KB, patch)
2014-10-27 18:02 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.