Index: Source/core/layout/svg/LayoutSVGText.cpp |
diff --git a/Source/core/layout/svg/LayoutSVGText.cpp b/Source/core/layout/svg/LayoutSVGText.cpp |
index f23d3ea0eaba584b72dbe7869022526a333e430b..7bf2ed01b5d7813f685f61672d4468bc9e5b5779 100644 |
--- a/Source/core/layout/svg/LayoutSVGText.cpp |
+++ b/Source/core/layout/svg/LayoutSVGText.cpp |
@@ -367,7 +367,6 @@ void LayoutSVGText::layout() |
ASSERT(!simplifiedLayout()); |
ASSERT(!scrollsOverflow()); |
ASSERT(!hasControlClip()); |
- ASSERT(!hasColumns()); |
ASSERT(!positionedObjects()); |
ASSERT(!m_overflow); |
ASSERT(!isAnonymousBlock()); |