| Index: Source/core/svg/SVGFontFaceElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceElement.cpp b/Source/core/svg/SVGFontFaceElement.cpp
|
| index c3cae953c61d79cee72008f31830d2a4cb748c0d..66e015880b1bd31615fc9378ddd78a036659be47 100644
|
| --- a/Source/core/svg/SVGFontFaceElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceElement.cpp
|
| @@ -343,9 +343,9 @@ void SVGFontFaceElement::removedFrom(ContainerNode* rootParent)
|
| ASSERT(!m_fontElement);
|
| }
|
|
|
| -void SVGFontFaceElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void SVGFontFaceElement::childrenChanged(const ChildrenChange& change)
|
| {
|
| - SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| + SVGElement::childrenChanged(change);
|
| rebuildFontFace();
|
| }
|
|
|
|
|