Index: Source/core/rendering/RenderObject.cpp |
diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp |
index 595041c330ef6cc29bb42dc55922f705bb3a283a..35f06e3a4147574ce162536bc6ce6959ae9ec2d1 100644 |
--- a/Source/core/rendering/RenderObject.cpp |
+++ b/Source/core/rendering/RenderObject.cpp |
@@ -3212,7 +3212,7 @@ PositionWithAffinity RenderObject::createPositionWithAffinity(const Position& po |
ETextAlign RenderObject::simplifiedTextAlign(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox) const |
{ |
TextDirection direction; |
- if (rootInlineBox && rootInlineBox->renderer()->style()->unicodeBidi() == Plaintext) |
+ if (rootInlineBox && rootInlineBox->renderer().style()->unicodeBidi() == Plaintext) |
direction = rootInlineBox->direction(); |
else |
direction = style()->direction(); |