Bug 106189 - IndexedDB: Replace int64 with int64_t
Summary: IndexedDB: Replace int64 with int64_t
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 16:32 PST by Michael Pruett
Modified: 2013-01-05 18:46 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.13 KB, patch)
2013-01-05 16:35 PST, Michael Pruett
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Pruett 2013-01-05 16:32:40 PST
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.
Comment 1 Michael Pruett 2013-01-05 16:35:18 PST
Created attachment 181446 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-05 18:46:56 PST
Comment on attachment 181446 [details]
Patch

Clearing flags on attachment: 181446

Committed r138914: <http://trac.webkit.org/changeset/138914>
Comment 3 WebKit Review Bot 2013-01-05 18:46:59 PST
All reviewed patches have been landed.  Closing bug.