| Index: Source/core/svg/SVGStyleElement.h
|
| diff --git a/Source/core/svg/SVGStyleElement.h b/Source/core/svg/SVGStyleElement.h
|
| index 83e0daaadb0248bcf723b27467b0616cdb4a4873..5c31b0d95890cc029918cff81df7ea755cdd5779 100644
|
| --- a/Source/core/svg/SVGStyleElement.h
|
| +++ b/Source/core/svg/SVGStyleElement.h
|
| @@ -54,6 +54,7 @@ private:
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| + virtual void didNotifySubtreeInsertions(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
| virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
|
|
|
|