Bug 82344 - Correct LayoutUnit usage in virtual function layoutBlock in RenderFlexibleBox
Summary: Correct LayoutUnit usage in virtual function layoutBlock in RenderFlexibleBox
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: Levi Weintraub
URL:
Keywords:
Depends on:
Blocks: 60318
  Show dependency treegraph
 
Reported: 2012-03-27 08:40 PDT by Levi Weintraub
Modified: 2012-03-27 14:34 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.40 KB, patch)
2012-03-27 08:47 PDT, Levi Weintraub
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.