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

Unified Diff: Source/core/svg/SVGException.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/SVGException.h ('k') | Source/core/svg/SVGExternalResourcesRequired.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGException.cpp
diff --git a/Source/core/svg/SVGException.cpp b/Source/core/svg/SVGException.cpp
index d7f08de5852e8b43dc90341ea159752ccc39a653..8089c93b220ac4128c6264cad6e4df4a163c4514 100644
--- a/Source/core/svg/SVGException.cpp
+++ b/Source/core/svg/SVGException.cpp
@@ -28,8 +28,6 @@
#include "config.h"
-#if ENABLE(SVG)
-
#include "core/svg/SVGException.h"
namespace WebCore {
@@ -62,5 +60,3 @@ bool SVGException::initializeDescription(ExceptionCode ec, ExceptionCodeDescript
}
} // namespace WebCore
-
-#endif // ENABLE(SVG)
« no previous file with comments | « Source/core/svg/SVGException.h ('k') | Source/core/svg/SVGExternalResourcesRequired.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698