Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: Source/core/svg/SVGStaticStringList.cpp

Issue 684833002: Initialize SVGStaticStringLists with correct animated type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update according to fs's suggestion. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/animations/animate-test-attributes-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGStaticStringList.cpp
diff --git a/Source/core/svg/SVGStaticStringList.cpp b/Source/core/svg/SVGStaticStringList.cpp
index 9dece61f25ebcfdcb5b754c29dce047b713082a6..cf89dd0563a98965b3e023d6b4e3f874ff5a7847 100644
--- a/Source/core/svg/SVGStaticStringList.cpp
+++ b/Source/core/svg/SVGStaticStringList.cpp
@@ -34,7 +34,7 @@
namespace blink {
SVGStaticStringList::SVGStaticStringList(SVGElement* contextElement, const QualifiedName& attributeName)
- : SVGAnimatedPropertyBase(AnimatedStringList, contextElement, attributeName)
+ : SVGAnimatedPropertyBase(AnimatedUnknown, contextElement, attributeName)
, m_value(SVGStringList::create())
{
ASSERT(contextElement);
« no previous file with comments | « LayoutTests/svg/animations/animate-test-attributes-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698