[Webkit-unassigned] [Bug 102270] New: IndexedDB: Replace int64 with int64_t

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 14 12:32:11 PST 2012


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

           Summary: IndexedDB: Replace int64 with int64_t
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michael at 68k.org


There are currently two uses of the non-standard type int64 in IndexedDB which should be changed to the C99/C++11 int64_t type.

The int64 type is defined in Chromium's basictypes.h but is not defined for other platforms.

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