| Index: Source/core/svg/SVGAnimationElement.h
|
| diff --git a/Source/core/svg/SVGAnimationElement.h b/Source/core/svg/SVGAnimationElement.h
|
| index 068fda8b5c20f3b5083308dd5020dbe535971ed8..f1fb91924b712d2c5a03a9431f3f3704819bd4ff 100644
|
| --- a/Source/core/svg/SVGAnimationElement.h
|
| +++ b/Source/core/svg/SVGAnimationElement.h
|
| @@ -57,10 +57,6 @@ enum CalcMode {
|
| CalcModeSpline
|
| };
|
|
|
| -class ConditionEventListener;
|
| -class TimeContainer;
|
| -class SVGAnimatedType;
|
| -
|
| class SVGAnimationElement : public SVGSMILElement,
|
| public SVGTests {
|
| public:
|
|
|