| Index: Source/core/svg/SVGStyleElement.h
|
| diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h
|
| index 4705fc66494fa5c001473ea32a52a5ea45ed064f..fbe546dd2624370fba94091e4b5938668b7214c4 100644
|
| --- a/Source/core/svg/SVGStyleElement.h
|
| +++ b/Source/core/svg/SVGStyleElement.h
|
| @@ -54,7 +54,6 @@ public:
|
| private:
|
| SVGStyleElement(Document&, bool createdByParser);
|
|
|
| - bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| virtual void didNotifySubtreeInsertionsToDocument() override;
|
|
|