Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.h |
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
| index a99a3543d71acb5e8cfad24b94c0b6e92c01198b..f68e7b79242075e77818ce073eda02a18fba42d9 100644 |
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h |
| @@ -42,7 +42,7 @@ class SVGScriptElement final : public SVGElement, |
| ScriptLoader* loader() const { return m_loader.get(); } |
| -#if ENABLE(ASSERT) |
| +#if DCHECK_IS_ON() |
| bool isAnimatableAttribute(const QualifiedName&) const override; |
|
Alexander Alekseev
2016/11/18 22:32:15
This is declared in the base class only if DCHECK_
|
| #endif |