Index: third_party/WebKit/Source/core/svg/SVGElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h |
index 35983566575c7a7a9cd0fb97c9ac34f4800752f1..796ca403821aebf2d36cca3825e3b7b07408c547 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGElement.h |
@@ -108,7 +108,7 @@ public: |
virtual void svgAttributeChanged(const QualifiedName&); |
void svgAttributeBaseValChanged(const QualifiedName&); |
- PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> propertyFromAttribute(const QualifiedName& attributeName); |
+ SVGAnimatedPropertyBase* propertyFromAttribute(const QualifiedName& attributeName) const; |
static AnimatedPropertyType animatedPropertyTypeForCSSAttribute(const QualifiedName& attributeName); |
void sendSVGLoadEventToSelfAndAncestorChainIfPossible(); |