Changeset 160000 in webkit


Ignore:
Timestamp:
Dec 3, 2013 4:44:27 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Fix EFL build with INPUT_TYPE_COLOR disabled.
https://bugs.webkit.org/show_bug.cgi?id=125065

Patch by Peter Molnar <pmolnar.u-szeged@partner.samsung.com> on 2013-12-03
Reviewed by Zoltan Herczeg.

  • UIProcess/API/efl/ewk_color_picker.cpp:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r159996 r160000  
     12013-12-03  Peter Molnar  <pmolnar.u-szeged@partner.samsung.com>
     2
     3        Fix EFL build with INPUT_TYPE_COLOR disabled.
     4        https://bugs.webkit.org/show_bug.cgi?id=125065
     5
     6        Reviewed by Zoltan Herczeg.
     7
     8        * UIProcess/API/efl/ewk_color_picker.cpp:
     9
    1102013-12-03  Dariusz Frankiewicz  <d.frankiewic@samsung.com>
    211
  • trunk/Source/WebKit2/UIProcess/API/efl/ewk_color_picker.cpp

    r150792 r160000  
    2828#include <wtf/text/WTFString.h>
    2929
     30#if ENABLE(INPUT_TYPE_COLOR)
    3031using namespace WebCore;
    3132
    32 #if ENABLE(INPUT_TYPE_COLOR)
    3333EwkColorPicker::EwkColorPicker(WKColorPickerResultListenerRef colorPickerListener, const Color& initialColor)
    3434    : m_colorPickerListener(colorPickerListener)
Note: See TracChangeset for help on using the changeset viewer.