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

Unified Diff: Source/WebCore/dom/TransformSource.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/dom/ProcessingInstruction.cpp ('k') | Source/WebCore/dom/TransformSourceLibxslt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/TransformSource.h
diff --git a/Source/WebCore/dom/TransformSource.h b/Source/WebCore/dom/TransformSource.h
index 7ba17eeb27de1141194a614d004360bf754aa1a0..b9ff00f15ab61827da7828a3012882ed4750e7db 100644
--- a/Source/WebCore/dom/TransformSource.h
+++ b/Source/WebCore/dom/TransformSource.h
@@ -20,8 +20,6 @@
#ifndef TransformSource_h
#define TransformSource_h
-#if ENABLE(XSLT)
-
#include <wtf/FastAllocBase.h>
#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
@@ -49,6 +47,4 @@ namespace WebCore {
} // namespace WebCore
-#endif
-
#endif // TransformSource_h
« no previous file with comments | « Source/WebCore/dom/ProcessingInstruction.cpp ('k') | Source/WebCore/dom/TransformSourceLibxslt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698