| Index: Source/core/svg/SVGStopElement.h
|
| diff --git a/Source/core/svg/SVGStopElement.h b/Source/core/svg/SVGStopElement.h
|
| index 7094a9110992de2424ee6a43d42d99fffa1308a7..a19d92830a01e9437b95aff07e220505e52c6ab0 100644
|
| --- a/Source/core/svg/SVGStopElement.h
|
| +++ b/Source/core/svg/SVGStopElement.h
|
| @@ -22,11 +22,11 @@
|
| #define SVGStopElement_h
|
|
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| -#include "core/svg/SVGStyledElement.h"
|
| +#include "core/svg/SVGElement.h"
|
|
|
| namespace WebCore {
|
|
|
| -class SVGStopElement FINAL : public SVGStyledElement {
|
| +class SVGStopElement FINAL : public SVGElement {
|
| public:
|
| static PassRefPtr<SVGStopElement> create(const QualifiedName&, Document*);
|
|
|
|
|