Title: [91681] trunk/Source/WebCore
Revision
91681
Author
[email protected]
Date
2011-07-25 11:08:37 -0700 (Mon, 25 Jul 2011)

Log Message

removes last ENABLE(DRAG_SUPPORT) gtk check
https://bugs.webkit.org/show_bug.cgi?id=64518

Patch by Arno Renevier <[email protected]> on 2011-07-25
Reviewed by Martin Robinson.

* platform/gtk/ClipboardGtk.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (91680 => 91681)


--- trunk/Source/WebCore/ChangeLog	2011-07-25 18:03:32 UTC (rev 91680)
+++ trunk/Source/WebCore/ChangeLog	2011-07-25 18:08:37 UTC (rev 91681)
@@ -1,3 +1,12 @@
+2011-07-25  Arno Renevier  <[email protected]>
+
+        removes last ENABLE(DRAG_SUPPORT) gtk check
+        https://bugs.webkit.org/show_bug.cgi?id=64518
+
+        Reviewed by Martin Robinson.
+
+        * platform/gtk/ClipboardGtk.h:
+
 2011-07-25  Alexandru Chiculita  <[email protected]>
 
         [CSS Exclusions] Use HANDLE_INHERIT_AND_INITIAL when parsing -webkit-wrap-shape

Modified: trunk/Source/WebCore/platform/gtk/ClipboardGtk.h (91680 => 91681)


--- trunk/Source/WebCore/platform/gtk/ClipboardGtk.h	2011-07-25 18:03:32 UTC (rev 91680)
+++ trunk/Source/WebCore/platform/gtk/ClipboardGtk.h	2011-07-25 18:08:37 UTC (rev 91681)
@@ -65,9 +65,7 @@
         void setDragImage(CachedImage*, Node*, const IntPoint&);
 
         virtual DragImageRef createDragImage(IntPoint&) const;
-#if ENABLE(DRAG_SUPPORT)
         virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*);
-#endif
         virtual void writeURL(const KURL&, const String&, Frame*);
         virtual void writeRange(Range*, Frame*);
         virtual void writePlainText(const String&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to