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

Unified Diff: Source/bindings/v8/custom/V8SVGElementCustom.cpp

Issue 15338005: Remove ENABLE(SVG) from bindings/ (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/bindings/v8/custom/V8SVGDocumentCustom.cpp ('k') | Source/bindings/v8/custom/V8SVGLengthCustom.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/custom/V8SVGElementCustom.cpp
diff --git a/Source/bindings/v8/custom/V8SVGElementCustom.cpp b/Source/bindings/v8/custom/V8SVGElementCustom.cpp
index d5d1824fcc3393662c9565887ff5f802767a74ee..c1d12a19d9142289dd90417919a3a9a4558113fa 100644
--- a/Source/bindings/v8/custom/V8SVGElementCustom.cpp
+++ b/Source/bindings/v8/custom/V8SVGElementCustom.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#if ENABLE(SVG)
-
#include "V8SVGElement.h"
#include "V8SVGElementWrapperFactory.h"
@@ -44,5 +42,3 @@ v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationCon
}
} // namespace WebCore
-
-#endif // ENABLE(SVG)
« no previous file with comments | « Source/bindings/v8/custom/V8SVGDocumentCustom.cpp ('k') | Source/bindings/v8/custom/V8SVGLengthCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698