Changeset 161079 in webkit


Ignore:
Timestamp:
Dec 25, 2013, 6:51:49 PM (12 years ago)
Author:
thiago.lacerda@openbossa.org
Message:

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

Reviewed by Daniel Bates.

  • wtf/nix/FeatureDefinesNix.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r161060 r161079  
     12013-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
    1102013-12-24  Commit Queue  <commit-queue@webkit.org>
    211
  • trunk/Source/WTF/wtf/nix/FeatureDefinesNix.h

    r159857 r161079  
    108108
    109109#if !defined(ENABLE_DRAG_SUPPORT)
    110 #define ENABLE_DRAG_SUPPORT 0
     110#define ENABLE_DRAG_SUPPORT 1
    111111#endif
    112112
Note: See TracChangeset for help on using the changeset viewer.