[Webkit-unassigned] [Bug 121938] New: Web Inspector: Enable DatabaseLoader::execute for IDB after 32bit-vs-64bit issue is figured out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 21:18:53 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=121938

           Summary: Web Inspector: Enable DatabaseLoader::execute for IDB
                    after 32bit-vs-64bit issue is figured out
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list