Bug 138430 - RenderBlock shouldn't need a pre-destructor hook.
Summary: RenderBlock 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-05 10:19 PST by Andreas Kling
Modified: 2014-11-05 13:22 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2014-11-05 10:21 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-05 10:19:33 PST
RenderBlock does nothing interesting in willBeDestroyed() and can make do with a plain destructor.
Comment 1 Andreas Kling 2014-11-05 10:21:15 PST
Created attachment 241038 [details]
Patch
Comment 2 WebKit Commit Bot 2014-11-05 13:22:47 PST
Comment on attachment 241038 [details]
Patch

Clearing flags on attachment: 241038

Committed r175640: <http://trac.webkit.org/changeset/175640>
Comment 3 WebKit Commit Bot 2014-11-05 13:22:51 PST
All reviewed patches have been landed.  Closing bug.