Bug 150719 - [EFL] Fix the debug build after r191758
Summary: [EFL] Fix the debug build after r191758
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 150673
  Show dependency treegraph
 
Reported: 2015-10-30 08:57 PDT by Csaba Osztrogonác
Modified: 2015-10-30 11:22 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.71 KB, patch)
2015-10-30 08:59 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

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