| Index: Source/core/svg/SVGFEDiffuseLightingElement.h
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.h b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| index efd8e3fedbeb39206747c3ea083d866d491abb63..3678d9aee89953a1285bfa78805d3292d5d747b2 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.h
|
| @@ -22,7 +22,6 @@
|
| #ifndef SVGFEDiffuseLightingElement_h
|
| #define SVGFEDiffuseLightingElement_h
|
|
|
| -#include "SVGNames.h"
|
| #include "core/svg/SVGFELightElement.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
|
|
| @@ -57,12 +56,6 @@ private:
|
| END_DECLARE_ANIMATED_PROPERTIES
|
| };
|
|
|
| -inline SVGFEDiffuseLightingElement* toSVGFEDiffuseLightingElement(Node* node)
|
| -{
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!node || node->hasTagName(SVGNames::feDiffuseLightingTag));
|
| - return static_cast<SVGFEDiffuseLightingElement*>(node);
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|
| #endif
|
|
|