Bug 138314 - RenderLayerModelObject shouldn't need a pre-destructor hook.
Summary: RenderLayerModelObject shouldn't need a pre-destructor hook.
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-11-03 09:49 PST by Andreas Kling
Modified: 2014-11-03 10:39 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.77 KB, patch)
2014-11-03 09:50 PST, 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-11-03 09:49:05 PST
RenderLayerModelObject shouldn't need a willBeDestroyed() hook, since it has no need to call virtuals or walk the tree during destruction.
Comment 1 Andreas Kling 2014-11-03 09:50:55 PST
Created attachment 240859 [details]
Patch
Comment 2 WebKit Commit Bot 2014-11-03 10:39:10 PST
Comment on attachment 240859 [details]
Patch

Clearing flags on attachment: 240859

Committed r175475: <http://trac.webkit.org/changeset/175475>
Comment 3 WebKit Commit Bot 2014-11-03 10:39:13 PST
All reviewed patches have been landed.  Closing bug.