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

Unified Diff: Source/WebCore/xml/XSLTProcessor.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/XSLTExtensions.cpp ('k') | Source/WebCore/xml/XSLTProcessor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLTProcessor.h
diff --git a/Source/WebCore/xml/XSLTProcessor.h b/Source/WebCore/xml/XSLTProcessor.h
index 2f81f54444b0178ab13906c627674df93202a295..c2d06f72587c6beed14ab4fe6a5dc7949c69e7db 100644
--- a/Source/WebCore/xml/XSLTProcessor.h
+++ b/Source/WebCore/xml/XSLTProcessor.h
@@ -23,8 +23,6 @@
#ifndef XSLTProcessor_h
#define XSLTProcessor_h
-#if ENABLE(XSLT)
-
#include "Node.h"
#include "XSLStyleSheet.h"
#include <libxml/parserInternals.h>
@@ -82,4 +80,3 @@ private:
}
#endif
-#endif
« no previous file with comments | « Source/WebCore/xml/XSLTExtensions.cpp ('k') | Source/WebCore/xml/XSLTProcessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698