| Index: Source/core/svg/SVGDefsElement.h
|
| diff --git a/Source/core/svg/SVGDefsElement.h b/Source/core/svg/SVGDefsElement.h
|
| index b29d526c92440602f86f1402dcc02880c316b666..776a46598fc6e495336bda2887ed8e848facb91b 100644
|
| --- a/Source/core/svg/SVGDefsElement.h
|
| +++ b/Source/core/svg/SVGDefsElement.h
|
| @@ -22,13 +22,11 @@
|
| #define SVGDefsElement_h
|
|
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| -#include "core/svg/SVGExternalResourcesRequired.h"
|
| #include "core/svg/SVGGraphicsElement.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGDefsElement FINAL : public SVGGraphicsElement,
|
| - public SVGExternalResourcesRequired {
|
| +class SVGDefsElement FINAL : public SVGGraphicsElement {
|
| public:
|
| static PassRefPtr<SVGDefsElement> create(const QualifiedName&, Document&);
|
|
|
| @@ -40,7 +38,6 @@ private:
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGDefsElement)
|
| - DECLARE_ANIMATED_BOOLEAN(ExternalResourcesRequired, externalResourcesRequired)
|
| END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
|
|