Changeset 161079 in webkit
- Timestamp:
- Dec 25, 2013, 6:51:49 PM (12 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r161060 r161079 1 2013-12-25 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org> 2 3 [Nix] Building with DRAG_SUPPORT enabled 4 https://bugs.webkit.org/show_bug.cgi?id=126233 5 6 Reviewed by Daniel Bates. 7 8 * wtf/nix/FeatureDefinesNix.h: 9 1 10 2013-12-24 Commit Queue <commit-queue@webkit.org> 2 11 -
trunk/Source/WTF/wtf/nix/FeatureDefinesNix.h
r159857 r161079 108 108 109 109 #if !defined(ENABLE_DRAG_SUPPORT) 110 #define ENABLE_DRAG_SUPPORT 0110 #define ENABLE_DRAG_SUPPORT 1 111 111 #endif 112 112
Note:
See TracChangeset
for help on using the changeset viewer.