X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2FSVGEllipseElement.cpp;h=436931a8132dc0e442295e994d3daffe1f0cc74d;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=a481a59111a39a61dc2c623f9feca1db9674fba7;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp b/src/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp index a481a59..436931a 100644 --- a/src/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp +++ b/src/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp @@ -88,7 +88,7 @@ void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) return; } - SVGElementInstance::InvalidationGuard invalidationGuard(this); + SVGElement::InvalidationGuard invalidationGuard(this); bool isLengthAttribute = attrName == SVGNames::cxAttr || attrName == SVGNames::cyAttr