[Webkit-unassigned] [Bug 94124] New: clipboardwin compile error for win64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 10:51:15 PDT 2012


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

           Summary: clipboardwin compile error for win64
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.christensen at flexsim.com
                CC: bfulgham at webkit.org


There are a few places in the clipboard utilities code that use std::min with an unsigned int parameter and a size_t parameter, which doesn't cause a problem when compiling for 32-bit windows, but it does cause a problem when compiling for 64-bit windows.  To resolve this issue, I specify the template type as the type the return value is being cast into.

https://github.com/achristensen07/webkit64prep

patch coming soon

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