[Webkit-unassigned] [Bug 104426] New: GC3Dintptr and GC3Dsizeiptr typedefs incorrect for Win64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 18:43:22 PST 2012


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

           Summary: GC3Dintptr and GC3Dsizeiptr typedefs incorrect for
                    Win64
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: net147 at gmail.com


The GC3Dintptr and GC3Dsizeiptr typedefs in Source/WebCore/platform/graphics/GraphicsTypes3D.h are incorrect for Win64 as LLP64 is used there. This would result in compile error due to narrowing conversion of 64-bit pointer to signed long int which is 32-bit.

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