Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index 35276245786c2ce67c7acc8e0576e64e9b2c6a41..e81a0702ba12a11fd04e91c3df6c6f56e3def35b 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -38,7 +38,7 @@ public: |
static PassRefPtrWillBeRawPtr<Text> create(Document&, const String&); |
static PassRefPtrWillBeRawPtr<Text> createEditingText(Document&, const String&); |
- LayoutText* renderer() const; |
+ LayoutText* layoutObject() const; |
// mergeNextSiblingNodesIfPossible() merges next sibling nodes if possible |
// then returns a node not merged. |