Index: Source/WebCore/xml/XSLTProcessor.cpp |
diff --git a/Source/WebCore/xml/XSLTProcessor.cpp b/Source/WebCore/xml/XSLTProcessor.cpp |
index 21eff80b0ceeec732f3ee92a80aca906a0c49d19..e5b3f67a009b319fd227f2d62f20aec05c92a0de 100644 |
--- a/Source/WebCore/xml/XSLTProcessor.cpp |
+++ b/Source/WebCore/xml/XSLTProcessor.cpp |
@@ -22,8 +22,6 @@ |
#include "config.h" |
-#if ENABLE(XSLT) |
- |
#include "XSLTProcessor.h" |
#include "DOMImplementation.h" |
@@ -167,5 +165,3 @@ void XSLTProcessor::reset() |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(XSLT) |