Bug 125065 - Fix EFL build with INPUT_TYPE_COLOR disabled
Summary: Fix EFL build with INPUT_TYPE_COLOR disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-02 01:02 PST by Peter Molnar
Modified: 2013-12-03 04:41 PST (History)
5 users (show)

See Also:


Attachments
Patch (1.17 KB, patch)
2013-12-02 01:03 PST, Peter Molnar
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Molnar 2013-12-02 01:02:37 PST
"using namespace WebCore;" is used in Source/WebKit2/UIProcess/API/efl/ewk_color_picker.cpp, 
because class Color is defined in WebCore namespace. But if ENABLE(INPUT_TYPE_COLOR) is false
there is no WebCore namespace in Source/WebKit2/UIProcess/API/efl/ewk_color_picker.cpp and
the build fails.
Comment 1 Peter Molnar 2013-12-02 01:03:52 PST
Created attachment 218150 [details]
Patch
Comment 2 Zoltan Herczeg 2013-12-03 04:39:10 PST
Comment on attachment 218150 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-12-03 04:41:39 PST
Comment on attachment 218150 [details]
Patch

Clearing flags on attachment: 218150

Committed r160000: <http://trac.webkit.org/changeset/160000>
Comment 4 WebKit Commit Bot 2013-12-03 04:41:42 PST
All reviewed patches have been landed.  Closing bug.