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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@221003
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-08-21 Mark Lam <mark.lam@apple.com>
+
+ [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:
+
2017-08-21 Carlos Alberto Lopez Perez <clopez@igalia.com>
[GTK] ARMv7 build fails to build MacroAssemblerARMv7.cpp.
#define ENABLE_MASM_PROBE 0
#endif
-#if !ENABLE(JIT) || OS(WINDOW)
+#if !ENABLE(JIT) || OS(WINDOWS)
#undef ENABLE_MASM_PROBE
#define ENABLE_MASM_PROBE 0
#endif