Bug 125065

Summary: Fix EFL build with INPUT_TYPE_COLOR disabled
Product: WebKit Reporter: Peter Molnar <pmolnar.u-szeged>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.