Title: [161079] trunk/Source/WTF
Revision
161079
Author
[email protected]
Date
2013-12-25 18:51:49 -0800 (Wed, 25 Dec 2013)

Log Message

[Nix] Building with DRAG_SUPPORT enabled
https://bugs.webkit.org/show_bug.cgi?id=126233

Reviewed by Daniel Bates.

* wtf/nix/FeatureDefinesNix.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (161078 => 161079)


--- trunk/Source/WTF/ChangeLog	2013-12-26 00:33:36 UTC (rev 161078)
+++ trunk/Source/WTF/ChangeLog	2013-12-26 02:51:49 UTC (rev 161079)
@@ -1,3 +1,12 @@
+2013-12-25  Thiago de Barros Lacerda  <[email protected]>
+
+        [Nix] Building with DRAG_SUPPORT enabled
+        https://bugs.webkit.org/show_bug.cgi?id=126233
+
+        Reviewed by Daniel Bates.
+
+        * wtf/nix/FeatureDefinesNix.h:
+
 2013-12-24  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r160959.

Modified: trunk/Source/WTF/wtf/nix/FeatureDefinesNix.h (161078 => 161079)


--- trunk/Source/WTF/wtf/nix/FeatureDefinesNix.h	2013-12-26 00:33:36 UTC (rev 161078)
+++ trunk/Source/WTF/wtf/nix/FeatureDefinesNix.h	2013-12-26 02:51:49 UTC (rev 161079)
@@ -107,7 +107,7 @@
 #endif
 
 #if !defined(ENABLE_DRAG_SUPPORT)
-#define ENABLE_DRAG_SUPPORT 0
+#define ENABLE_DRAG_SUPPORT 1
 #endif
 
 #if !defined(ENABLE_FAST_MOBILE_SCROLLING)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to