Index: Source/core/platform/text/LineEnding.cpp |
diff --git a/Source/core/platform/text/LineEnding.cpp b/Source/core/platform/text/LineEnding.cpp |
index 9cf7ffae4a7acc6616897c68711e4346f3f0c0ee..53d8be37450a5f95f67c1f279ddb3f7c32ce0c56 100644 |
--- a/Source/core/platform/text/LineEnding.cpp |
+++ b/Source/core/platform/text/LineEnding.cpp |
@@ -220,7 +220,7 @@ void normalizeLineEndingsToLF(const CString& from, Vector<char>& result) |
void normalizeLineEndingsToNative(const CString& from, Vector<char>& result) |
{ |
-#if OS(WINDOWS) |
+#if OS(WIN) |
VectorCharAppendBuffer buffer(result); |
internalNormalizeLineEndingsToCRLF(from, buffer); |
#else |