Index: Source/core/layout/LayoutText.h |
diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h |
index 6d93c0569378764c1d17696fde56e12d85edd5a7..c2cca3a5c1d5c08e6d8f996ba4885f3e91761a1c 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); |