Bug 138352

Summary: RenderQuote 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, koivisto, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2014-11-03 22:36:58 PST
RenderQuote got a willBeDestroyed() hook back when it wasn't always safe to access the RenderView from a RenderObject's destructor.

Since that's completely kool now, we should move that logic to the regular destructor instead.
Comment 1 Andreas Kling 2014-11-03 22:39:10 PST
Created attachment 240913 [details]
Patch
Comment 2 WebKit Commit Bot 2014-11-04 02:05:36 PST
Comment on attachment 240913 [details]
Patch

Clearing flags on attachment: 240913

Committed r175528: <http://trac.webkit.org/changeset/175528>
Comment 3 WebKit Commit Bot 2014-11-04 02:05:39 PST
All reviewed patches have been landed.  Closing bug.