RESOLVED FIXED 106189
IndexedDB: Replace int64 with int64_t
https://bugs.webkit.org/show_bug.cgi?id=106189
Summary IndexedDB: Replace int64 with int64_t
Michael Pruett
Reported 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.
Attachments
Patch (2.13 KB, patch)
2013-01-05 16:35 PST, Michael Pruett
no flags
Michael Pruett
Comment 1 2013-01-05 16:35:18 PST
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2013-01-05 18:46:59 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.