Index: third_party/WebKit/Source/core/svg/SVGStopElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGStopElement.h b/third_party/WebKit/Source/core/svg/SVGStopElement.h |
index 43cab604b1f208dd06272b8d37f2c6af07119b2d..1f21d0726fcb731bb7cc0aae7bf4ffb2f7ab3b3c 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGStopElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGStopElement.h |
@@ -35,7 +35,7 @@ public: |
Color stopColorIncludingOpacity() const; |
- SVGAnimatedNumber* offset() { return m_offset.get(); } |
+ SVGAnimatedNumber* offset() const { return m_offset.get(); } |
DECLARE_VIRTUAL_TRACE(); |