Index: Source/core/svg/SVGAElement.h |
diff --git a/Source/core/svg/SVGAElement.h b/Source/core/svg/SVGAElement.h |
index b3d0743aeeeeb6eeea104ae9364b50daa0e60f0f..0476ccbc99e0d6989363ed715f484ed113796dbd 100644 |
--- a/Source/core/svg/SVGAElement.h |
+++ b/Source/core/svg/SVGAElement.h |
@@ -23,15 +23,13 @@ |
#define SVGAElement_h |
#include "core/svg/SVGAnimatedBoolean.h" |
-#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGGraphicsElement.h" |
#include "core/svg/SVGURIReference.h" |
namespace WebCore { |
class SVGAElement FINAL : public SVGGraphicsElement, |
- public SVGURIReference, |
- public SVGExternalResourcesRequired { |
+ public SVGURIReference { |
public: |
static PassRefPtr<SVGAElement> create(const QualifiedName&, Document&); |
@@ -64,7 +62,6 @@ private: |
// That's why it has been renamed to "svgTarget", the CodeGenerators take care of calling svgTargetAnimated() instead of targetAnimated(), see CodeGenerator.pm. |
DECLARE_ANIMATED_STRING(SVGTarget, svgTarget) |
DECLARE_ANIMATED_STRING(Href, href) |
- DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired) |
END_DECLARE_ANIMATED_PROPERTIES |
}; |