Index: third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp b/third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp |
index 7880aaaf7672b05ee23a810525ea4c54ca1ea4b7..429320b329bb68d748ff3bc69a7920969e8886f7 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp |
@@ -58,6 +58,12 @@ SVGPropertyBase* SVGStaticStringList::currentValueBase() |
return m_value.get(); |
} |
+const SVGPropertyBase& SVGStaticStringList::baseValueBase() const |
+{ |
+ ASSERT_NOT_REACHED(); |
+ return *m_value; |
+} |
+ |
bool SVGStaticStringList::isAnimating() const |
{ |
return false; |