Bug 138081

Summary: Move continuation teardown from subclasses to RenderBoxModelObject.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, hyatt, koivisto, kondapallykalyan, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patchy patch none

Andreas Kling
Reported 2014-10-25 22:34:01 PDT
We currently tear down continuation renderers in various subclass implementations of RenderBoxModelObject::willBeDestroyed(). I don't see why we can't just move this code to RenderBoxModelObject instead of having it spread out.
Attachments
Patchy patch (8.51 KB, patch)
2014-10-25 22:43 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-10-25 22:43:37 PDT
Created attachment 240463 [details] Patchy patch
WebKit Commit Bot
Comment 2 2014-10-26 13:20:33 PDT
Comment on attachment 240463 [details] Patchy patch Clearing flags on attachment: 240463 Committed r175210: <http://trac.webkit.org/changeset/175210>
WebKit Commit Bot
Comment 3 2014-10-26 13:20:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.