Bug 128480 - [EFL] Build break on EFL port since r163729
Summary: [EFL] Build break on EFL port since r163729
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryuan Choi
URL:
Keywords:
Depends on: 128442
Blocks:
  Show dependency treegraph
 
Reported: 2014-02-08 18:33 PST by Ryuan Choi
Modified: 2014-02-08 19:53 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.03 KB, patch)
2014-02-08 18:37 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff
Patch (1.39 KB, patch)
2014-02-08 19:03 PST, Ryuan Choi
no flags Details | Formatted Diff | Diff

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