| Index: Source/core/editing/Caret.cpp
|
| diff --git a/Source/core/editing/Caret.cpp b/Source/core/editing/Caret.cpp
|
| index 8d6081c0381120c773ecb87760b6b11f6f72ca0d..fff3a9cbc6945ff7a4ddbaad5a48af01af11520c 100644
|
| --- a/Source/core/editing/Caret.cpp
|
| +++ b/Source/core/editing/Caret.cpp
|
| @@ -115,7 +115,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)
|
|
|