Index: Source/core/rendering/RenderBlockLineLayout.cpp |
diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp |
index 29e5c72ff90b5af376b593eff875fa6cbc568ad4..906875676cad979d26f8d912d073df0cda2ac342 100644 |
--- a/Source/core/rendering/RenderBlockLineLayout.cpp |
+++ b/Source/core/rendering/RenderBlockLineLayout.cpp |
@@ -293,7 +293,7 @@ RootInlineBox* RenderBlockFlow::constructLine(BidiRunList<BidiRun>& bidiRuns, co |
// Set the m_selectedChildren flag on the root inline box if one of the leaf inline box |
// from the bidi runs walk above has a selection state. |
if (rootHasSelectedChildren) |
- lastLineBox()->root()->setHasSelectedChildren(true); |
+ lastLineBox()->root().setHasSelectedChildren(true); |
// Set bits on our inline flow boxes that indicate which sides should |
// paint borders/margins/padding. This knowledge will ultimately be used when |