| Index: Source/core/editing/VisiblePosition.h
|
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
|
| index af8444d8776953ae04aba6341db5975e9026d9ed..fa6cab22c7e07fe222e9c9883a97689b1103e239 100644
|
| --- a/Source/core/editing/VisiblePosition.h
|
| +++ b/Source/core/editing/VisiblePosition.h
|
| @@ -94,7 +94,7 @@ public:
|
| }
|
|
|
| // Rect is local to the returned renderer
|
| - LayoutRect localCaretRect(RenderObject*&) const;
|
| + LayoutRect localCaretRect(LayoutObject*&) const;
|
| // Bounds of (possibly transformed) caret in absolute coords
|
| IntRect absoluteCaretBounds() const;
|
| // Abs x/y position of the caret ignoring transforms.
|
|
|