| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| index 11f378535bc284cb634f3ede7245f3b14db8c16d..7d52ab4c08d2075e0c61e459321534360cc370d6 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -191,8 +191,8 @@ private:
|
| ~Condition();
|
| DECLARE_TRACE();
|
|
|
| - Type type() const { return m_type; }
|
| - BeginOrEnd beginOrEnd() const { return m_beginOrEnd; }
|
| + Type getType() const { return m_type; }
|
| + BeginOrEnd getBeginOrEnd() const { return m_beginOrEnd; }
|
| String baseID() const { return m_baseID; }
|
| String name() const { return m_name; }
|
| SMILTime offset() const { return m_offset; }
|
|
|