Bug 138081 - Move continuation teardown from subclasses to RenderBoxModelObject.
Summary: Move continuation teardown from subclasses to RenderBoxModelObject.
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-10-25 22:34 PDT by Andreas Kling
Modified: 2014-10-26 13:20 PDT (History)
7 users (show)

See Also:


Attachments
Patchy patch (8.51 KB, patch)
2014-10-25 22:43 PDT, 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-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.
Comment 1 Andreas Kling 2014-10-25 22:43:37 PDT
Created attachment 240463 [details]
Patchy patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-10-26 13:20:37 PDT
All reviewed patches have been landed.  Closing bug.