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