[Webkit-unassigned] [Bug 138047] New: Replace INT_MIN/MAX / kFixedPointDenominator with intMin/MaxForLayoutUnit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 24 11:02:55 PDT 2014


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

            Bug ID: 138047
           Summary: Replace INT_MIN/MAX / kFixedPointDenominator with
                    intMin/MaxForLayoutUnit.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com

-const int maxValueForCssLength = INT_MAX / kFixedPointDenominator - 2;
-const int minValueForCssLength = INT_MIN / kFixedPointDenominator + 2;
+const int maxValueForCssLength = intMaxForLayoutUnit - 2;
+const int minValueForCssLength = intMinForLayoutUnit + 2;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141024/40446fa0/attachment-0002.html>


More information about the webkit-unassigned mailing list