| Index: Source/core/svg/SVGFontFaceUriElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.cpp b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| index 0386da1670b4b95b899dfcc1aac72d062ff093fb..b296a2148d3e4817ded36ec34c33c589ac101877 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| @@ -64,9 +64,9 @@ void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const Atom
|
| SVGElement::parseAttribute(name, value);
|
| }
|
|
|
| -void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void SVGFontFaceUriElement::childrenChanged(const ChildrenChange& change)
|
| {
|
| - SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| + SVGElement::childrenChanged(change);
|
|
|
| if (!isSVGFontFaceSrcElement(parentNode()))
|
| return;
|
|
|