Changeset 58911 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
May 6, 2010, 3:19:42 PM (15 years ago)
Author:
[email protected]
Message:

Windows build fix.

  • bytecode/SamplingTool.cpp:

(JSC::SamplingFlags::sample): Use a cast, so Windows will be happy when
this code is enabled.

  • wtf/Platform.h: Reverted last change to this file, which seems to have

been accidental.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r58907 r58911  
    860860#endif
    861861
    862 #define ENABLE_DEBUG_WITH_BREAKPOINT 0
    863 #define ENABLE_SAMPLING_COUNTERS 1
    864 #define ENABLE_SAMPLING_FLAGS 1
     862#define ENABLE_SAMPLING_COUNTERS 0
     863#define ENABLE_SAMPLING_FLAGS 0
    865864#define ENABLE_OPCODE_SAMPLING 0
    866865#define ENABLE_CODEBLOCK_SAMPLING 0
Note: See TracChangeset for help on using the changeset viewer.