Index: Source/core/svg/SVGMarkerElement.h |
diff --git a/Source/core/svg/SVGMarkerElement.h b/Source/core/svg/SVGMarkerElement.h |
index bfc1a49b90c3ead34e09a1d6039be1e676aa911b..07ac433367d3e55c20517bbf3d557b3960f89f95 100644 |
--- a/Source/core/svg/SVGMarkerElement.h |
+++ b/Source/core/svg/SVGMarkerElement.h |
@@ -29,7 +29,6 @@ |
#include "core/svg/SVGAnimatedRect.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGFitToViewBox.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledElement.h" |
namespace WebCore { |
@@ -95,7 +94,6 @@ struct SVGPropertyTraits<SVGMarkerOrientType> { |
}; |
class SVGMarkerElement FINAL : public SVGStyledElement, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired, |
public SVGFitToViewBox { |
public: |