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 f44181c..43048e0 100644
--- a/WebCore/editing/htmlediting.h
+++ b/WebCore/editing/htmlediting.h
@@ -91,6 +91,7 @@ bool isTableStructureNode(const Node*);
bool isListElement(Node*);
bool isNodeRendered(const Node*);
bool isNodeVisiblyContainedWithin(Node*, const Range*);
+bool isRenderedAsNonInlineTableImageOrHR(const Node*);
// -------------------------------------------------------------------------