<https://webkit.org/b/120088> Define Clipboard::hasData() only when building with drag support
Reviewed by Darin Adler. Clipboard::hasData() is specific to drag-and-drop support. We should only define it when such support is enabled. * dom/Clipboard.cpp: Move hasData() to DRAG_SUPPORT section of the file. * dom/Clipboard.h: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@154360 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Showing
Please register or sign in to comment