Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1559)

Unified Diff: WebCore/rendering/InlineFlowBox.cpp

Issue 3692003: Merge 69345 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698