| Index: third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h b/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h
|
| index 51979d8246001ac580d2ebdd25eb4f14c3417de8..a84cf096d76f51f690e63409e735b4615ab17a18 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h
|
| @@ -59,8 +59,8 @@ public:
|
|
|
| static AnimatedPropertyType classType() { return AnimatedIntegerOptionalInteger; }
|
|
|
| - PassRefPtrWillBeRawPtr<SVGInteger> firstInteger() { return m_firstInteger; }
|
| - PassRefPtrWillBeRawPtr<SVGInteger> secondInteger() { return m_secondInteger; }
|
| + PassRefPtrWillBeRawPtr<SVGInteger> firstInteger() const { return m_firstInteger; }
|
| + PassRefPtrWillBeRawPtr<SVGInteger> secondInteger() const { return m_secondInteger; }
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|