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

Unified Diff: Source/WebCore/xml/XSLTProcessor.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.h ('k') | Source/WebCore/xml/XSLTProcessorLibxslt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/WebCore/xml/XSLTProcessor.h ('k') | Source/WebCore/xml/XSLTProcessorLibxslt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698