Index: Source/core/editing/VisiblePosition.h |
diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h |
index c6a26ea72b9ccc53c5a6e179b32673670b56da60..ed1810c45b3a95ae4df521398d43a816390d3985 100644 |
--- a/Source/core/editing/VisiblePosition.h |
+++ b/Source/core/editing/VisiblePosition.h |
@@ -94,7 +94,7 @@ public: |
m_deepPosition.getInlineBoxAndOffset(m_affinity, inlineBox, caretOffset); |
} |
- // Rect is local to the returned renderer |
+ // Rect is local to the returned layoutObject |
LayoutRect localCaretRect(LayoutObject*&) const; |
// Bounds of (possibly transformed) caret in absolute coords |
IntRect absoluteCaretBounds() const; |