[Webkit-unassigned] [Bug 94122] New: win64 compile error fix for BinaryPropertyList.cpp

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


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

           Summary: win64 compile error fix for BinaryPropertyList.cpp
           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


BinaryPropertyList.cpp has calls to appendByte which cause compile errors when compiling with MSVC for a 64-bit machine.  Since all the overloads of appendByte do the same thing which casts to an unsigned char anyway (see lines 392-414 of the same file), casting them before the call should not change performance (especially since the functions are inline) but it will allow compiling for win64.

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