Bug 82344

Summary: Correct LayoutUnit usage in virtual function layoutBlock in RenderFlexibleBox
Product: WebKit Reporter: Levi Weintraub <leviw>
Component: Layout and RenderingAssignee: Levi Weintraub <leviw>
Status: RESOLVED FIXED    
Severity: Normal CC: eae, eric, jchaffraix, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60318    
Attachments:
Description Flags
Patch none

Description Levi Weintraub 2012-03-27 08:40:50 PDT
The signature incorrectly uses ints, and it incorrectly assigns a LayoutSize to an IntSize.
Comment 1 Levi Weintraub 2012-03-27 08:47:37 PDT
Created attachment 134077 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-03-27 12:29:39 PDT
Comment on attachment 134077 [details]
Patch

OK.
Comment 3 Levi Weintraub 2012-03-27 14:12:45 PDT
Comment on attachment 134077 [details]
Patch

Thanks!
Comment 4 WebKit Review Bot 2012-03-27 14:34:39 PDT
Comment on attachment 134077 [details]
Patch

Clearing flags on attachment: 134077

Committed r112316: <http://trac.webkit.org/changeset/112316>
Comment 5 WebKit Review Bot 2012-03-27 14:34:43 PDT
All reviewed patches have been landed.  Closing bug.