Changeset 221003 in webkit


Ignore:
Timestamp:
Aug 21, 2017 9:57:27 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

[Follow up]: Add back the ability to disable MASM_PROBE from the build.
https://bugs.webkit.org/show_bug.cgi?id=175656
<rdar://problem/33933720>

Not reviewed.

Fixed a typo: should be "OS(WINDOWS)", not "OS(WINDOW)".

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r220993 r221003  
     12017-08-21  Mark Lam  <mark.lam@apple.com>
     2
     3        [Follow up]: Add back the ability to disable MASM_PROBE from the build.
     4        https://bugs.webkit.org/show_bug.cgi?id=175656
     5        <rdar://problem/33933720>
     6
     7        Not reviewed.
     8
     9        Fixed a typo: should be "OS(WINDOWS)", not "OS(WINDOW)".
     10
     11        * wtf/Platform.h:
     12
    1132017-08-21  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    214
  • trunk/Source/WTF/wtf/Platform.h

    r220993 r221003  
    828828#endif
    829829
    830 #if !ENABLE(JIT) || OS(WINDOW)
     830#if !ENABLE(JIT) || OS(WINDOWS)
    831831#undef ENABLE_MASM_PROBE
    832832#define ENABLE_MASM_PROBE 0
Note: See TracChangeset for help on using the changeset viewer.