Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index fa03d45a16db9abfa08cc0b3990970a0d4d976f9..1d7e52c49e026440658add84108233ce1848a6b3 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -101,7 +101,8 @@ bool isSpecialElement(const Node*); |
bool isTabSpanNode(const Node*); |
bool isTabSpanTextNode(const Node*); |
bool isMailBlockquote(const Node*); |
-bool isTableElement(Node*); |
+bool isRenderedTable(const Node*); |
+bool isTableElement(const Node*); |
bool isTableCell(const Node*); |
bool isEmptyTableCell(const Node*); |
bool isTableStructureNode(const Node*); |