| Index: Source/core/svg/SVGFELightElement.h
|
| diff --git a/Source/core/svg/SVGFELightElement.h b/Source/core/svg/SVGFELightElement.h
|
| index cf85f154493868f9c13d846e45ec9f1933fcdb0e..2f60c4d560b11c1c5a8903ee80ef7a86a52a2bf1 100644
|
| --- a/Source/core/svg/SVGFELightElement.h
|
| +++ b/Source/core/svg/SVGFELightElement.h
|
| @@ -42,7 +42,7 @@ private:
|
| bool isSupportedAttribute(const QualifiedName&);
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual void svgAttributeChanged(const QualifiedName&);
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
| + virtual void childrenChanged(bool changedByParser = false, const Handle<Node>& beforeChange = nullptr, const Handle<Node>& afterChange = nullptr, int childCountDelta = 0);
|
|
|
| BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFELightElement)
|
| DECLARE_ANIMATED_NUMBER(Azimuth, azimuth)
|
|
|