| Index: Source/core/svg/SVGClipPathElement.h
|
| diff --git a/Source/core/svg/SVGClipPathElement.h b/Source/core/svg/SVGClipPathElement.h
|
| index 71f2f19a8458c9a5af408b4872fe45c35dd078ac..8e146a1f053d19b28708c9c95762ee164378244d 100644
|
| --- a/Source/core/svg/SVGClipPathElement.h
|
| +++ b/Source/core/svg/SVGClipPathElement.h
|
| @@ -43,7 +43,6 @@ private:
|
|
|
| virtual bool needsPendingResourceHandling() const OVERRIDE { return false; }
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
| virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
|
|