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

Unified Diff: Source/WebCore/xml/XSLTExtensions.h

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/XSLStyleSheetLibxslt.cpp ('k') | Source/WebCore/xml/XSLTExtensions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLTExtensions.h
diff --git a/Source/WebCore/xml/XSLTExtensions.h b/Source/WebCore/xml/XSLTExtensions.h
index 4e4224f95018563bb9b1c57667bdc4ba8fe4fde7..7e052d72052563b7260d85d9dc02ac8c98e0e205 100644
--- a/Source/WebCore/xml/XSLTExtensions.h
+++ b/Source/WebCore/xml/XSLTExtensions.h
@@ -26,8 +26,6 @@
#ifndef XSLTExtensions_h
#define XSLTExtensions_h
-#if ENABLE(XSLT)
-
#include <libxslt/xsltInternals.h>
namespace WebCore {
@@ -37,4 +35,3 @@ void registerXSLTExtensions(xsltTransformContextPtr ctxt);
}
#endif
-#endif
« no previous file with comments | « Source/WebCore/xml/XSLStyleSheetLibxslt.cpp ('k') | Source/WebCore/xml/XSLTExtensions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698