/home/ryuan/workspace/project/webkit/efl-webkit/Source/WebCore/Modules/indexeddb/IDBDatabase.cpp: In member function ‘uint64_t WebCore::IDBDatabase::version() const’: /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:140:112: error: enumeral and non-enumeral type in conditional expression [-Werror] cc1plus: all warnings being treated as errors make[2]: *** [Source/WebCore/CMakeFiles/WebCore.dir/Modules/indexeddb/IDBDatabase.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2 make: *** [all] Error 2
Created attachment 223597 [details] Patch
Created attachment 223598 [details] Patch
Comment on attachment 223598 [details] Patch r=me assuming it builds everywhere!
r163736 fixed. Thanks.