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

Unified Diff: Source/WebCore/dom/TransformSourceLibxslt.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/dom/TransformSource.h ('k') | Source/WebCore/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/TransformSourceLibxslt.cpp
diff --git a/Source/WebCore/dom/TransformSourceLibxslt.cpp b/Source/WebCore/dom/TransformSourceLibxslt.cpp
index e058438bfbbcbc82510e799b8500e2ab3c9a5724..6d80a281ac9b09b7333a55680ff8c3f9b5d5bbba 100644
--- a/Source/WebCore/dom/TransformSourceLibxslt.cpp
+++ b/Source/WebCore/dom/TransformSourceLibxslt.cpp
@@ -25,7 +25,6 @@
#include "config.h"
-#if ENABLE(XSLT)
#include "TransformSource.h"
#include <libxml/tree.h>
@@ -42,6 +41,4 @@ TransformSource::~TransformSource()
xmlFreeDoc((xmlDocPtr)m_source);
}
-}
-
-#endif
+} // namespace WebCore
« no previous file with comments | « Source/WebCore/dom/TransformSource.h ('k') | Source/WebCore/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698