| Index: Source/core/svg/SVGScriptElement.h
|
| diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h
|
| index b9af685b285bff2a54d07ddc8b1b4cb048c4f3ba..da248136f30773248792e2d8a654cc611398ed40 100644
|
| --- a/Source/core/svg/SVGScriptElement.h
|
| +++ b/Source/core/svg/SVGScriptElement.h
|
| @@ -52,7 +52,7 @@ private:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
| + virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
|
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
|
|