| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| index 9bf6d5d7f040ed50287562c7056aaa0b88414ca6..a6a3a319650152a6693ff50ea8e43ea2ca875998 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.cpp
|
| @@ -143,7 +143,7 @@ void SVGScriptElement::dispatchLoadEvent() {
|
| dispatchEvent(Event::create(EventTypeNames::load));
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| bool SVGScriptElement::isAnimatableAttribute(const QualifiedName& name) const {
|
| if (name == SVGNames::typeAttr)
|
| return false;
|
|
|