Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontFaceSrcElement.cpp
index 5485c4f..0790fb8 100644 (file)
@@ -30,7 +30,7 @@
 #include "core/svg/SVGFontFaceNameElement.h"
 #include "core/svg/SVGFontFaceUriElement.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace SVGNames;
 
@@ -58,9 +58,9 @@ PassRefPtrWillBeRawPtr<CSSValueList> SVGFontFaceSrcElement::srcValue() const
     return list;
 }
 
-void SVGFontFaceSrcElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
+void SVGFontFaceSrcElement::childrenChanged(const ChildrenChange& change)
 {
-    SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
+    SVGElement::childrenChanged(change);
     if (isSVGFontFaceElement(parentNode()))
         toSVGFontFaceElement(*parentNode()).rebuildFontFace();
 }