[Webkit-unassigned] [Bug 104338] New: IndexedDB: Replace int64 with int64_t
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 6 20:29:06 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=104338
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
CC: jsbell at chromium.org, alecflett at chromium.org
With r136714, one use of the non-standard type int64 was introduced into IDBFactory.cpp. This type 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