| Index: Source/core/editing/Caret.h
|
| diff --git a/Source/core/editing/Caret.h b/Source/core/editing/Caret.h
|
| index 2c2b5ea43cc256a1cb0fba38b6961e6e53b96713..b4d7bd6cf03ca02d010fbb1a0405ebdba1a383b3 100644
|
| --- a/Source/core/editing/Caret.h
|
| +++ b/Source/core/editing/Caret.h
|
| @@ -70,7 +70,7 @@ protected:
|
| static void invalidateLocalCaretRect(Node*, const LayoutRect&);
|
|
|
| private:
|
| - LayoutRect m_caretLocalRect; // caret rect in coords local to the renderer responsible for painting the caret
|
| + LayoutRect m_caretLocalRect; // caret rect in coords local to the layoutObject responsible for painting the caret
|
| CaretVisibility m_caretVisibility;
|
| };
|
|
|
|
|