[webkit-dev] DRAG_SUPPORT Wrappers missing in WebCore/page/gtk/EventHandlerGtk.cpp ????
Deepak Mundra
deepak.m at allaboutif.com
Tue Jun 1 08:31:06 PDT 2010
Dear All,
I was trying to compile webkit without DRAG_SUPPORT. So i set flag
ENABLE_DRAG_SUPPORT to 0 in JavaScriptCore/wtf/Platform.h.
But while compiling i got some errors and found that
#if ENABLE(DRAG_SUPPORT) wrappers are missing in file
WebCore/page/gtk/EventHandlerGtk.cpp for
PassRefPtr<Clipboard> EventHandler::createDraggingClipboard()
and
const double EventHandler::TextDragDelay = 0.0;
So it will give compile error if you disable DRAG_SUPPORT and
compile... I added these wrappers and compilation is going well so
far..
Please tell if this will cause any error..
Thanks
Deepak
More information about the webkit-dev
mailing list