| Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| index 1b71e7b04b35f42d244395c506a991c125c604c4..7c71c9ae2a59854709321ab20844e59b9a02a63b 100644
|
| --- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| +++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| @@ -55,7 +55,7 @@ protected:
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE;
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
| + virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
|
|
| inline void invalidate()
|
| {
|
|
|