[webkit-dev] DRAG_SUPPORT Wrappers missing in WebCore/page/gtk/EventHandlerGtk.cpp ????

Eric Seidel eric at webkit.org
Tue Jun 1 11:38:10 PDT 2010


"How do I compile" questions are best sent to webkit-help.  In this
case, it sounds like you've simply found a compile error with a
certain flag disabled.  Please file a bug at http://bugs.webkit.org
and post any patches there.

-eric

On Tue, Jun 1, 2010 at 8:31 AM, Deepak Mundra <deepak.m at allaboutif.com> wrote:
> 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
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>


More information about the webkit-dev mailing list