Bug 150719

Summary: [EFL] Fix the debug build after r191758
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, beidson, commit-queue, jsbell, ossy
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 150673    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-10-30 08:57:11 PDT
http://trac.webkit.org/changeset/191758 broke the debug build:

../../Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp: In member function 'virtual WebCore::IDBError WebCore::IDBServer::MemoryIDBBackingStore::createObjectStore(const WebCore::IDBResourceIdentifier&, const WebCore::IDBObjectStoreInfo&)':
../../Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:120:143: error: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t {aka long unsigned int}' [-Werror=format=]
cc1plus: all warnings being treated as errors
Comment 1 Csaba Osztrogonác 2015-10-30 08:59:14 PDT
Created attachment 264397 [details]
Patch
Comment 2 WebKit Commit Bot 2015-10-30 11:22:18 PDT
Comment on attachment 264397 [details]
Patch

Clearing flags on attachment: 264397

Committed r191800: <http://trac.webkit.org/changeset/191800>
Comment 3 WebKit Commit Bot 2015-10-30 11:22:21 PDT
All reviewed patches have been landed.  Closing bug.