Bug 46386

Summary: Give line boxes an m_isVertical bit so they know if they are vertical or not.
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: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 46123    
Attachments:
Description Flags
Patch mitz: review+

Description Dave Hyatt 2010-09-23 12:19:39 PDT
Give line boxes an m_isVertical bit so they know if they are vertical or not without having to ask the containing block.
Comment 1 Dave Hyatt 2010-09-23 12:53:23 PDT
Created attachment 68570 [details]
Patch
Comment 2 Dave Hyatt 2010-09-23 13:22:04 PDT
Fixed in r68186.