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

Unified Diff: Source/WebCore/xml/XSLImportRule.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/XMLTreeViewer.cpp ('k') | Source/WebCore/xml/XSLImportRule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XSLImportRule.h
diff --git a/Source/WebCore/xml/XSLImportRule.h b/Source/WebCore/xml/XSLImportRule.h
index 350cdd9b16534b617f06276293c4740e2cf6b19e..2c8ac2303db3c04cd7cd0e8ce97d03cbaa33d960 100644
--- a/Source/WebCore/xml/XSLImportRule.h
+++ b/Source/WebCore/xml/XSLImportRule.h
@@ -23,8 +23,6 @@
#ifndef XSLImportRule_h
#define XSLImportRule_h
-#if ENABLE(XSLT)
-
#include "CachedResourceHandle.h"
#include "CachedStyleSheetClient.h"
#include "XSLStyleSheet.h"
@@ -67,6 +65,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(XSLT)
-
#endif // XSLImportRule_h
« no previous file with comments | « Source/WebCore/xml/XMLTreeViewer.cpp ('k') | Source/WebCore/xml/XSLImportRule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698