| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index 5024d320e456a34ab3ac57681c10f25116eb4054..42dec5ed81196f8f867d2c50caffd746b3703647 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -707,13 +707,6 @@ void SVGElement::collectStyleForPresentationAttribute(const QualifiedName& name,
|
| addPropertyToPresentationAttributeStyle(style, propertyID, value);
|
| }
|
|
|
| -void SVGElement::addSVGLengthPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID property, SVGLength& length)
|
| -{
|
| - addPropertyToPresentationAttributeStyle(style, property,
|
| - length.valueInSpecifiedUnits(),
|
| - length.cssUnitTypeQuirk());
|
| -}
|
| -
|
| bool SVGElement::haveLoadedRequiredResources()
|
| {
|
| for (SVGElement* child = Traversal<SVGElement>::firstChild(*this); child; child = Traversal<SVGElement>::nextSibling(*child)) {
|
|
|