| Index: Source/core/editing/Caret.cpp
|
| diff --git a/Source/core/editing/Caret.cpp b/Source/core/editing/Caret.cpp
|
| index 21de4d25d824433015c5d1b0d1a37c0831644124..34b40d8bffb6511ed6ac7d2a4612e777cbaba0fb 100644
|
| --- a/Source/core/editing/Caret.cpp
|
| +++ b/Source/core/editing/Caret.cpp
|
| @@ -120,7 +120,7 @@ void CaretBase::clearCaretRect()
|
|
|
| static inline bool caretRendersInsideNode(Node* node)
|
| {
|
| - return node && !isTableElement(node) && !editingIgnoresContent(node);
|
| + return node && !isRenderedTable(node) && !editingIgnoresContent(node);
|
| }
|
|
|
| RenderObject* CaretBase::caretRenderer(Node* node)
|
|
|