Index: WebCore/rendering/InlineFlowBox.cpp |
=================================================================== |
--- WebCore/rendering/InlineFlowBox.cpp (revision 69497) |
+++ WebCore/rendering/InlineFlowBox.cpp (working copy) |
@@ -82,8 +82,6 @@ |
child->setFirstLineStyleBit(m_firstLine); |
if (child->isText()) |
m_hasTextChildren = true; |
- if (child->renderer()->selectionState() != RenderObject::SelectionNone) |
- root()->setHasSelectedChildren(true); |
checkConsistency(); |
} |