git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[Follow up]: Add back the ability to disable MASM_PROBE from the build.
[WebKit-https.git]
/
Source
/
WTF
/
wtf
/
Platform.h
diff --git
a/Source/WTF/wtf/Platform.h
b/Source/WTF/wtf/Platform.h
index a5550f1da05c1b347ebbd5a7e357c68efe038366..1a725266d8d6b424f6b8c4b61a05e9d9db981ebf 100644
(file)
--- a/
Source/WTF/wtf/Platform.h
+++ b/
Source/WTF/wtf/Platform.h
@@
-827,7
+827,7
@@
#define ENABLE_MASM_PROBE 0
#endif
-#if !ENABLE(JIT) || OS(WINDOW)
+#if !ENABLE(JIT) || OS(WINDOW
S
)
#undef ENABLE_MASM_PROBE
#define ENABLE_MASM_PROBE 0
#endif