summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/htmlediting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/htmlediting.cpp')
-rw-r--r--WebCore/editing/htmlediting.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/htmlediting.cpp b/WebCore/editing/htmlediting.cpp
index f8f02b9..d08ac2e 100644
--- a/WebCore/editing/htmlediting.cpp
+++ b/WebCore/editing/htmlediting.cpp
@@ -843,7 +843,7 @@ bool isEmptyTableCell(const Node* node)
// Find rendered node
while (node && !node->renderer())
- node = node->parent();
+ node = node->parentNode();
if (!node)
return false;