| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index e07a0aebc229a8a58163cff02eab089189c9474f..c0e4e6ca4ba6435f266c1b7a49463a7f227cacfd 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -130,7 +130,7 @@ public:
|
| virtual void synchronizeRequiredExtensions() { }
|
| virtual void synchronizeSystemLanguage() { }
|
|
|
| -#ifndef NDEBUG
|
| +#if ENABLE(ASSERT)
|
| virtual bool isAnimatableAttribute(const QualifiedName&) const;
|
| #endif
|
|
|
|
|