Bug 106189

Summary: IndexedDB: Replace int64 with int64_t
Product: WebKit Reporter: Michael Pruett <michael>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.