Bug 121938

Summary: Web Inspector: Enable DatabaseLoader::execute for IDB after 32bit-vs-64bit issue is figured out
Product: WebKit Reporter: Brady Eidson <beidson>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: All   

Description Brady Eidson 2013-09-25 21:17:54 PDT
Web Inspector: Enable DatabaseLoader::execute for IDB after 32bit-vs-64bit issue is figured out

Had to workaround this issue in http://trac.webkit.org/changeset/156447

Per https://bugs.webkit.org/show_bug.cgi?id=121932, the build error was:
InspectorIndexedDBAgent.cpp:315:45: error: implicit conversion loses integer precision: 'const int64_t' (aka 'const long long') to 'int'

Since that setIntVersion() call that fails is auto generated code, we have to teach the autogen how to do 64 bit.
Comment 1 Radar WebKit Bug Importer 2013-09-25 21:19:54 PDT
<rdar://problem/15084394>