Index: Source/core/dom/PositionIterator.cpp |
diff --git a/Source/core/dom/PositionIterator.cpp b/Source/core/dom/PositionIterator.cpp |
index 971032d86c2e162659f5869f6b8cf369cac56918..2bbfbf8dcbc2319346234f6064be88c14f250072 100644 |
--- a/Source/core/dom/PositionIterator.cpp |
+++ b/Source/core/dom/PositionIterator.cpp |
@@ -171,7 +171,7 @@ bool PositionIterator::isCandidate() const |
return false; |
} |
- if (isRenderedTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode)) |
+ if (isRenderedHTMLTableElement(m_anchorNode) || editingIgnoresContent(m_anchorNode)) |
return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentNode()); |
if (!isHTMLHtmlElement(*m_anchorNode) && renderer->isRenderBlockFlow()) { |