| Index: Source/WebCore/rendering/RenderInline.cpp
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderInline.cpp (revision 122239)
|
| +++ Source/WebCore/rendering/RenderInline.cpp (working copy)
|
| @@ -953,8 +953,8 @@
|
|
|
| LayoutRect RenderInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) const
|
| {
|
| - // Only run-ins and first-letter elements are allowed in here during layout.
|
| - ASSERT(!view() || !view()->layoutStateEnabled() || isRunIn() || style()->styleType() == FIRST_LETTER);
|
| + // Only run-ins are allowed in here during layout.
|
| + ASSERT(!view() || !view()->layoutStateEnabled() || isRunIn());
|
|
|
| if (!firstLineBoxIncludingCulling() && !continuation())
|
| return LayoutRect();
|
|
|