| Index: Source/core/editing/htmlediting.h
|
| diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
|
| index cc119fa145a841b740969033e11f00ddef9218b0..e7bae82234e5e5c28900d5e51996ab72c4496425 100644
|
| --- a/Source/core/editing/htmlediting.h
|
| +++ b/Source/core/editing/htmlediting.h
|
| @@ -105,7 +105,6 @@ inline bool canHaveChildrenForEditing(const Node* node)
|
| bool isAtomicNode(const Node*);
|
| bool isBlock(const Node*);
|
| bool isInline(const Node*);
|
| -bool isSpecialHTMLElement(const Node*);
|
| bool isTabHTMLSpanElement(const Node*);
|
| bool isTabHTMLSpanElementTextNode(const Node*);
|
| bool isMailHTMLBlockquoteElement(const Node*);
|
|
|