| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index 34df3c8d23c82ed9d6ea9631bd2eb6b404d76dbe..d9058b4c4dae184dab8f134b032026f9b21669e0 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -55,7 +55,6 @@ public:
|
|
|
| virtual String title() const OVERRIDE;
|
| bool hasRelativeLengths() const { return !m_elementsWithRelativeLengths.isEmpty(); }
|
| - PassRefPtrWillBeRawPtr<CSSValue> getPresentationAttribute(const AtomicString& name);
|
| static bool isAnimatableCSSProperty(const QualifiedName&);
|
| enum CTMScope {
|
| NearestViewportScope, // Used by SVGGraphicsElement::getCTM()
|
|
|