Changeset 148280 in webkit


Ignore:
Timestamp:
Apr 12, 2013 9:19:00 AM (11 years ago)
Author:
oliver@apple.com
Message:

[Qt][Win] r148257 broke the build
https://bugs.webkit.org/show_bug.cgi?id=114512

Build fix.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r148257 r148280  
     12013-04-12  Oliver Hunt  <oliver@apple.com>
     2
     3        [Qt][Win] r148257 broke the build
     4        https://bugs.webkit.org/show_bug.cgi?id=114512
     5
     6        Build fix.
     7
     8        * wtf/Platform.h:
     9
    1102013-04-11  Oliver Hunt  <oliver@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r148257 r148280  
    966966#endif
    967967
    968 #if !defined(ENABLE_BINDING_INTEGRITY)
     968#if !defined(ENABLE_BINDING_INTEGRITY) && !PLATFORM(WIN)
    969969#define ENABLE_BINDING_INTEGRITY 1
    970970#endif
     
    991991
    992992#if PLATFORM(MAC) || PLATFORM(BLACKBERRY)
    993 #define WTF_USE_REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR 1
     993#define BINDING_INTEGRITY 1
    994994#endif
    995995
Note: See TracChangeset for help on using the changeset viewer.