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

Unified Diff: Source/WebCore/loader/cache/CachedXSLStyleSheet.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/WebCore/loader/cache/CachedXSLStyleSheet.h ('k') | Source/WebCore/loader/cache/MemoryCache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp
diff --git a/Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp b/Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp
index 6d39dce2a6eda7d05936346cb2bb83c1bff94feb..a78d528fcc0607a983d52aee238dce629f33b236 100644
--- a/Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp
+++ b/Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp
@@ -36,8 +36,6 @@
namespace WebCore {
-#if ENABLE(XSLT)
-
CachedXSLStyleSheet::CachedXSLStyleSheet(const ResourceRequest& resourceRequest)
: CachedResource(resourceRequest, XSLStyleSheet)
, m_decoder(TextResourceDecoder::create("text/xsl"))
@@ -97,6 +95,4 @@ void CachedXSLStyleSheet::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo)
info.addMember(m_decoder, "decoder");
}
-#endif
-
-}
+} // namespace WebCore
« no previous file with comments | « Source/WebCore/loader/cache/CachedXSLStyleSheet.h ('k') | Source/WebCore/loader/cache/MemoryCache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698