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() |
|
Yuta Kitamura
2016/11/21 05:32:06
The original code is correct.
Yuta Kitamura
2016/11/21 09:26:12
I was wrong. You are correct.
|
| bool isAnimatableAttribute(const QualifiedName&) const override; |
| #endif |