We were hardcoding "ENABLE_DRAG_SUPPORT 0" in Platform.h We should do it with CMake's help instead.
Created attachment 138994 [details] patch
Comment on attachment 138994 [details] patch Attachment 138994 [details] did not pass efl-ews (efl): Output: http://queues.webkit.org/results/12517943
Created attachment 139005 [details] (r115348, r=dbates) patch v2 - fixed EFL build
@paroga, with patch we have to manually enable DRAG support in options{WinCE,Win}.cmake files. Are you ok with that?
Comment on attachment 139005 [details] (r115348, r=dbates) patch v2 - fixed EFL build We should probably enable drag support for Windows. Currently, it defaults to off by <http://trac.webkit.org/browser/trunk/Source/cmake/WebKitFeatures.cmake?rev=114113#L30>. r=me
Comment on attachment 139005 [details] (r115348, r=dbates) patch v2 - fixed EFL build Committed: <http://trac.webkit.org/changeset/115348>