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

Unified Diff: Source/WebCore/xml/XSLTUnicodeSort.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/XSLTUnicodeSort.h ('k') | Source/WebCore/xml/parser/XMLDocumentParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLTUnicodeSort.cpp
diff --git a/Source/WebCore/xml/XSLTUnicodeSort.cpp b/Source/WebCore/xml/XSLTUnicodeSort.cpp
index 5923134d6b761acd8a56c6167c72457397398884..e04e905660958c224ef7c92462ca3599b1457851 100644
--- a/Source/WebCore/xml/XSLTUnicodeSort.cpp
+++ b/Source/WebCore/xml/XSLTUnicodeSort.cpp
@@ -29,8 +29,6 @@
#include "config.h"
#include "XSLTUnicodeSort.h"
-#if ENABLE(XSLT)
-
#include <libxslt/templates.h>
#include <libxslt/xsltutils.h>
#include <wtf/text/WTFString.h>
@@ -286,6 +284,4 @@ void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, in
}
}
-}
-
-#endif
+} // namespace WebCore
« no previous file with comments | « Source/WebCore/xml/XSLTUnicodeSort.h ('k') | Source/WebCore/xml/parser/XMLDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698