Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: Source/WebCore/xml/XSLTProcessorLibxslt.cpp

Issue 14113007: Remove the ENABLE_XSLT compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/xml/XSLTProcessor.cpp ('k') | Source/WebCore/xml/XSLTUnicodeSort.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLTProcessorLibxslt.cpp
diff --git a/Source/WebCore/xml/XSLTProcessorLibxslt.cpp b/Source/WebCore/xml/XSLTProcessorLibxslt.cpp
index f2768aa6f85abc5af3d59b0587e60ccdc1edffe4..8b728fe458bcda17596108640e67b3f9edc50cea 100644
--- a/Source/WebCore/xml/XSLTProcessorLibxslt.cpp
+++ b/Source/WebCore/xml/XSLTProcessorLibxslt.cpp
@@ -22,8 +22,6 @@
#include "config.h"
-#if ENABLE(XSLT)
-
#include "XSLTProcessor.h"
#include "CachedResourceLoader.h"
@@ -352,5 +350,3 @@ bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String
}
} // namespace WebCore
-
-#endif // ENABLE(XSLT)
« no previous file with comments | « Source/WebCore/xml/XSLTProcessor.cpp ('k') | Source/WebCore/xml/XSLTUnicodeSort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698