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

Unified Diff: Source/WebCore/loader/cache/CachedXSLStyleSheet.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
Index: Source/WebCore/loader/cache/CachedXSLStyleSheet.h
diff --git a/Source/WebCore/loader/cache/CachedXSLStyleSheet.h b/Source/WebCore/loader/cache/CachedXSLStyleSheet.h
index e5162b8895b558d8fa80eed5343c9247e9a55fd9..a12bcca8b5f068b5c289a063a8fa8bb95b8bde5d 100644
--- a/Source/WebCore/loader/cache/CachedXSLStyleSheet.h
+++ b/Source/WebCore/loader/cache/CachedXSLStyleSheet.h
@@ -34,7 +34,6 @@ namespace WebCore {
class CachedResourceLoader;
class TextResourceDecoder;
-#if ENABLE(XSLT)
class CachedXSLStyleSheet : public CachedResource {
public:
CachedXSLStyleSheet(const ResourceRequest&);
@@ -56,8 +55,6 @@ namespace WebCore {
RefPtr<TextResourceDecoder> m_decoder;
};
-#endif
-
-}
+} // namespace WebCore
#endif
« no previous file with comments | « Source/WebCore/loader/cache/CachedResourceLoader.cpp ('k') | Source/WebCore/loader/cache/CachedXSLStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698