Index: Source/core/svg/SVGScriptElement.h |
diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h |
index bfea1759b4cc8023aa3b828c40b682fe325a81ed..cd32c6597e0eb84f5265574a6eb580ac7b8b27e6 100644 |
--- a/Source/core/svg/SVGScriptElement.h |
+++ b/Source/core/svg/SVGScriptElement.h |
@@ -50,7 +50,6 @@ private: |
SVGScriptElement(Document&, bool wasInsertedByParser, bool alreadyStarted); |
virtual ~SVGScriptElement(); |
- bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) override; |
virtual void didNotifySubtreeInsertionsToDocument() override; |