| Index: Source/core/rendering/svg/RenderSVGText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGText.cpp b/Source/core/rendering/svg/RenderSVGText.cpp
|
| index 2f259d964818867057f01f3d7d0c911623539dd6..ba45ce98f183f90251c618703cdedd6c91a82344 100644
|
| --- a/Source/core/rendering/svg/RenderSVGText.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGText.cpp
|
| @@ -231,9 +231,6 @@ static inline void checkLayoutAttributesConsistency(RenderSVGText* text, Vector<
|
| Vector<SVGTextLayoutAttributes*> newLayoutAttributes;
|
| collectLayoutAttributes(text, newLayoutAttributes);
|
| ASSERT(newLayoutAttributes == expectedLayoutAttributes);
|
| -#else
|
| - UNUSED_PARAM(text);
|
| - UNUSED_PARAM(expectedLayoutAttributes);
|
| #endif
|
| }
|
|
|
|
|