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

Unified Diff: Source/bindings/v8/custom/V8XSLTProcessorCustom.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/WebKit/chromium/src/WebCache.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp
diff --git a/Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp b/Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp
index ba9dff079531af860896d2be169f79c5b91d0a85..4431cd0f538dd4ddfaf3225a60487ebf825db3ac 100644
--- a/Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp
+++ b/Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#if ENABLE(XSLT)
-
#include "V8XSLTProcessor.h"
#include "Document.h"
@@ -93,5 +91,3 @@ v8::Handle<v8::Value> V8XSLTProcessor::removeParameterMethodCustom(const v8::Arg
}
} // namespace WebCore
-
-#endif // ENABLE(XSLT)
« no previous file with comments | « Source/WebKit/chromium/src/WebCache.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698