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

Unified Diff: Source/WebCore/xml/XMLTreeViewer.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/xml/XMLTreeViewer.h ('k') | Source/WebCore/xml/XSLImportRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/xml/XMLTreeViewer.cpp
diff --git a/Source/WebCore/xml/XMLTreeViewer.cpp b/Source/WebCore/xml/XMLTreeViewer.cpp
index 8e5b484aad1f7ad6f357d17756eabd3c7aac09be..487496d51e776ef2f5827a169991c076e3c4dbd2 100644
--- a/Source/WebCore/xml/XMLTreeViewer.cpp
+++ b/Source/WebCore/xml/XMLTreeViewer.cpp
@@ -29,8 +29,6 @@
#include "config.h"
#include "XMLTreeViewer.h"
-#if ENABLE(XSLT)
-
#include "Document.h"
#include "Element.h"
#include "ExceptionCodePlaceholder.h"
@@ -81,5 +79,3 @@ void XMLTreeViewer::transformDocumentToTreeView()
}
} // namespace WebCore
-
-#endif // ENABLE(XSLT)
« no previous file with comments | « Source/WebCore/xml/XMLTreeViewer.h ('k') | Source/WebCore/xml/XSLImportRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698