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

Unified Diff: Source/core/svg/SVGSymbolElement.cpp

Issue 15183007: Remove ENABLE(SVG) patch (1 of 3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/core/svg/SVGSymbolElement.h ('k') | Source/core/svg/SVGTRefElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGSymbolElement.cpp
diff --git a/Source/core/svg/SVGSymbolElement.cpp b/Source/core/svg/SVGSymbolElement.cpp
index 3c646a9d980b6db93c6ef595a8d8e6e0b4c5e040..e1db441c5e7e7ae81c3d67a5ff276a218109538a 100644
--- a/Source/core/svg/SVGSymbolElement.cpp
+++ b/Source/core/svg/SVGSymbolElement.cpp
@@ -20,7 +20,6 @@
#include "config.h"
-#if ENABLE(SVG)
#include "core/svg/SVGSymbolElement.h"
#include "SVGNames.h"
@@ -108,5 +107,3 @@ RenderObject* SVGSymbolElement::createRenderer(RenderArena* arena, RenderStyle*)
}
}
-
-#endif // ENABLE(SVG)
« no previous file with comments | « Source/core/svg/SVGSymbolElement.h ('k') | Source/core/svg/SVGTRefElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698