[Webkit-unassigned] [Bug 125065] New: Fix EFL build with INPUT_TYPE_COLOR disabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 2 01:04:16 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125065
Summary: Fix EFL build with INPUT_TYPE_COLOR disabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit EFL
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pmolnar.u-szeged at partner.samsung.com
CC: demarchi at webkit.org
"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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list