Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index 39c9712ce5eda0ecf519736400a411bd08c9cd8c..ee5be2c05fe396d7a1a7ccd17fc1c7258eb2bf19 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*); |