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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 5 16:30:43 PST 2013


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

           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


With r138900, two uses of the non-standard type int64 were introduced into IDBDatabaseBackendImpl.cpp. This type should be changed to the C99/C++11 int64_t type.

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