| 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 97c94c90f20a0e80c29eeeb21d10cbf07d13d75a..6dd5657824328bc1a228759500b3efec444d9161 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStaticStringList.cpp
|
| @@ -39,7 +39,7 @@ SVGStaticStringList::SVGStaticStringList(SVGElement* contextElement,
|
| const QualifiedName& attributeName)
|
| : SVGAnimatedPropertyBase(AnimatedUnknown, contextElement, attributeName),
|
| m_value(SVGStringList::create()) {
|
| - ASSERT(contextElement);
|
| + DCHECK(contextElement);
|
| }
|
|
|
| SVGStaticStringList::~SVGStaticStringList() {}
|
|
|