[Webkit-unassigned] [Bug 78835] New: Fix use of long long in FractionalLayoutUnit::setRawValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 13:22:32 PST 2012


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

           Summary: Fix use of long long in
                    FractionalLayoutUnit::setRawValue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org


setRawValue(long long) which is called by the multiple operator has an assertion to verify that the resulting value is within the range of an int. This currently uses abs(long long) which isn't implemented on all platforms we support.

-- 
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