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