| Index: Source/core/rendering/svg/RenderSVGText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGText.cpp b/Source/core/rendering/svg/RenderSVGText.cpp
|
| index 3503fa1bb8a67154c949d8f934a307c58070a307..80a56d0597414c442242e770f21529f2b0e2c1c5 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
|
| }
|
|
|
|
|