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

Unified Diff: Source/WebCore/xml/parser/XMLDocumentParserScope.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/xml/parser/XMLDocumentParserScope.h
diff --git a/Source/WebCore/xml/parser/XMLDocumentParserScope.h b/Source/WebCore/xml/parser/XMLDocumentParserScope.h
index c04043b48b11ec5b88360ae3e179b5d1ee12dffb..6f8d1f877dbff5c32716babfb179570f5d0dc0b5 100644
--- a/Source/WebCore/xml/parser/XMLDocumentParserScope.h
+++ b/Source/WebCore/xml/parser/XMLDocumentParserScope.h
@@ -28,9 +28,7 @@
#include <wtf/Noncopyable.h>
-#if ENABLE(XSLT)
#include <libxml/xmlerror.h>
-#endif
namespace WebCore {
@@ -44,18 +42,14 @@ namespace WebCore {
static CachedResourceLoader* currentCachedResourceLoader;
-#if ENABLE(XSLT)
XMLDocumentParserScope(CachedResourceLoader* cachedResourceLoader, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc = 0, void* errorContext = 0);
-#endif
private:
CachedResourceLoader* m_oldCachedResourceLoader;
-#if ENABLE(XSLT)
xmlGenericErrorFunc m_oldGenericErrorFunc;
xmlStructuredErrorFunc m_oldStructuredErrorFunc;
void* m_oldErrorContext;
-#endif
};
} // namespace WebCore
« no previous file with comments | « Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp ('k') | Source/WebCore/xml/parser/XMLDocumentParserScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698