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 [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

