Bug 23576

Summary: Move m_continuation out of RenderFlow
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch to remove continuation member from RenderFlow
hyatt: review-
Patch that shrinks RenderInline/Block by 4 bytes! :) oliver: review+

Description Dave Hyatt 2009-01-27 14:43:40 PST
Move m_continuation out of RenderFlow and into RenderBlock and RenderInline.  This is more work towards eventually removing RenderFlow.
Comment 1 Dave Hyatt 2009-01-27 14:44:14 PST
Created attachment 27088 [details]
Patch to remove continuation member from RenderFlow
Comment 2 Dave Hyatt 2009-01-27 14:55:26 PST
Comment on attachment 27088 [details]
Patch to remove continuation member from RenderFlow

Minusing. Improved patch coming.
Comment 3 Dave Hyatt 2009-01-27 17:31:11 PST
Created attachment 27092 [details]
Patch that shrinks RenderInline/Block by 4 bytes! :)
Comment 4 Oliver Hunt 2009-01-27 20:56:39 PST
Comment on attachment 27092 [details]
Patch that shrinks RenderInline/Block by 4 bytes! :)

r=me
Comment 5 Dave Hyatt 2009-01-28 09:31:10 PST
Fixed in r40312.