Bug 128480

Summary: [EFL] Build break on EFL port since r163729
Product: WebKit Reporter: Ryuan Choi <ryuan.choi>
Component: WebKit EFLAssignee: Ryuan Choi <ryuan.choi>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: alecflett, commit-queue, jsbell, lucas.de.marchi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 128442    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Description Ryuan Choi 2014-02-08 18:33:30 PST
/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
Comment 1 Ryuan Choi 2014-02-08 18:37:23 PST
Created attachment 223597 [details]
Patch
Comment 2 Ryuan Choi 2014-02-08 19:03:40 PST
Created attachment 223598 [details]
Patch
Comment 3 Anders Carlsson 2014-02-08 19:05:30 PST
Comment on attachment 223598 [details]
Patch

r=me assuming it builds everywhere!
Comment 4 Ryuan Choi 2014-02-08 19:53:44 PST
r163736 fixed.

Thanks.