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

Unified Diff: Source/wtf/FeatureDefines.h

Issue 14046036: Remove the remainings of the ENABLE_XSLT compile-time flag, following rev 148369. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/core/xml/XSLTProcessor.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/FeatureDefines.h
diff --git a/Source/wtf/FeatureDefines.h b/Source/wtf/FeatureDefines.h
index 1a2c43b7d4aebe19a51035324fe87339961f9542..639391934d0a15901c74d8b35ac288a5aaaf105f 100644
--- a/Source/wtf/FeatureDefines.h
+++ b/Source/wtf/FeatureDefines.h
@@ -322,10 +322,6 @@
#define ENABLE_XHR_TIMEOUT 0
#endif
-#if !defined(ENABLE_XSLT)
-#define ENABLE_XSLT 1
-#endif
-
/* Asserts, invariants for macro definitions */
#if ENABLE(SVG_FONTS) && !ENABLE(SVG)
« no previous file with comments | « Source/core/xml/XSLTProcessor.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698