Bug 121938 - Web Inspector: Enable DatabaseLoader::execute for IDB after 32bit-vs-64bit issue is figured out
Summary: Web Inspector: Enable DatabaseLoader::execute for IDB after 32bit-vs-64bit is...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-09-25 21:17 PDT by Brady Eidson
Modified: 2016-12-13 15:38 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>