Index: Source/wtf/Assertions.h |
diff --git a/Source/wtf/Assertions.h b/Source/wtf/Assertions.h |
index b2ed3e3b4f0312110c022bd5840bef4ee7d8a3da..30b8cb919c7c5027ebc5b7ee0fd24f714aac66a6 100644 |
--- a/Source/wtf/Assertions.h |
+++ b/Source/wtf/Assertions.h |
@@ -180,7 +180,7 @@ WTF_EXPORT void WTFInstallReportBacktraceOnCrashHook(); |
These macros are compiled out of release builds. |
Expressions inside them are evaluated in debug builds only. |
*/ |
-#if OS(WINDOWS) |
+#if OS(WIN) |
/* FIXME: Change to use something other than ASSERT to avoid this conflict with the underlying platform */ |
#undef ASSERT |
#endif |