summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/htmlediting.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/htmlediting.h')
-rw-r--r--WebCore/editing/htmlediting.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/editing/htmlediting.h b/WebCore/editing/htmlediting.h
index 43048e0..c5a44ac 100644
--- a/WebCore/editing/htmlediting.h
+++ b/WebCore/editing/htmlediting.h
@@ -87,6 +87,7 @@ bool isTabSpanTextNode(const Node*);
bool isMailBlockquote(const Node*);
bool isTableElement(Node*);
bool isTableCell(const Node*);
+bool isEmptyTableCell(const Node*);
bool isTableStructureNode(const Node*);
bool isListElement(Node*);
bool isNodeRendered(const Node*);