Index: Source/core/svg/SVGCursorElement.h |
diff --git a/Source/core/svg/SVGCursorElement.h b/Source/core/svg/SVGCursorElement.h |
index eb93d4a4feea1ff0d2bd4d28c2c5fba5cf3e9434..4d576a1bdaee4670a7b27c9efd84a6c4aa4ef489 100644 |
--- a/Source/core/svg/SVGCursorElement.h |
+++ b/Source/core/svg/SVGCursorElement.h |
@@ -25,7 +25,6 @@ |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGAnimatedString.h" |
#include "core/svg/SVGElement.h" |
-#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGTests.h" |
#include "core/svg/SVGURIReference.h" |
@@ -33,7 +32,6 @@ namespace WebCore { |
class SVGCursorElement FINAL : public SVGElement, |
public SVGTests, |
- public SVGExternalResourcesRequired, |
public SVGURIReference { |
public: |
static PassRefPtr<SVGCursorElement> create(const QualifiedName&, Document&); |
@@ -61,7 +59,6 @@ private: |
DECLARE_ANIMATED_LENGTH(X, x) |
DECLARE_ANIMATED_LENGTH(Y, y) |
DECLARE_ANIMATED_STRING(Href, href) |
- DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired) |
END_DECLARE_ANIMATED_PROPERTIES |
// SVGTests |