| Index: Source/core/layout/LayoutText.h
|
| diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h
|
| index 9ce8ec0ecad955fadeed969d7c4c8ab3b7575621..e926dbba997fbc928df40690a86e6c87799efccb 100644
|
| --- a/Source/core/layout/LayoutText.h
|
| +++ b/Source/core/layout/LayoutText.h
|
| @@ -234,9 +234,9 @@ inline void LayoutText::checkConsistency() const
|
| }
|
| #endif
|
|
|
| -inline LayoutText* Text::renderer() const
|
| +inline LayoutText* Text::layoutObject() const
|
| {
|
| - return toLayoutText(CharacterData::renderer());
|
| + return toLayoutText(CharacterData::layoutObject());
|
| }
|
|
|
| void applyTextTransform(const LayoutStyle*, String&, UChar);
|
|
|