Bug 138430

Summary: RenderBlock shouldn't need a pre-destructor hook.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.