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

Unified Diff: Source/WebCore/xml/XSLTExtensions.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/XSLTExtensions.h ('k') | Source/WebCore/xml/XSLTProcessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLTExtensions.cpp
diff --git a/Source/WebCore/xml/XSLTExtensions.cpp b/Source/WebCore/xml/XSLTExtensions.cpp
index 59bb5edbbc5b33e17ba80c817ed29ba49af9293a..1f761d5cc5e39fff7907a4b01cf6f14d857e38a8 100644
--- a/Source/WebCore/xml/XSLTExtensions.cpp
+++ b/Source/WebCore/xml/XSLTExtensions.cpp
@@ -26,7 +26,6 @@
#include "config.h"
-#if ENABLE(XSLT)
#include "XSLTExtensions.h"
#include <libxml/xpathInternals.h>
@@ -74,6 +73,4 @@ void registerXSLTExtensions(xsltTransformContextPtr ctxt)
xsltRegisterExtFunction(ctxt, (const xmlChar*)"node-set", (const xmlChar*)"http://exslt.org/common", exsltNodeSetFunction);
}
-}
-
-#endif
+} // namespace WebCore
« no previous file with comments | « Source/WebCore/xml/XSLTExtensions.h ('k') | Source/WebCore/xml/XSLTProcessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698