| Index: trunk/Source/core/svg/SVGFilterElement.h
|
| ===================================================================
|
| --- trunk/Source/core/svg/SVGFilterElement.h (revision 150368)
|
| +++ trunk/Source/core/svg/SVGFilterElement.h (working copy)
|
| @@ -24,7 +24,6 @@
|
| #define SVGFilterElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGNames.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedInteger.h"
|
| @@ -78,13 +77,7 @@
|
| END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| -inline SVGFilterElement* toSVGFilterElement(SVGElement* element)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!element || element->hasTagName(SVGNames::filterTag));
|
| - return static_cast<SVGFilterElement*>(element);
|
| }
|
|
|
| -}
|
| -
|
| #endif
|
| #endif
|
|
|