[Webkit-unassigned] [Bug 135919] Add LayoutUnit argument coders to WebCoreArgumentCoders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 13 21:06:58 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=135919





--- Comment #2 from Tim Horton <thorton at apple.com>  2014-08-13 21:07:08 PST ---
(From update of attachment 236574)
View in context: https://bugs.webkit.org/attachment.cgi?id=236574&action=review

> Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:338
> +    encoder << layoutUnit.toDouble();

Why toDouble instead of encoding raw LayoutUnit numerator/denominator? Is that safe? If so, why? That information should be in the changelog.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list