| Index: Source/core/editing/EditingUtilities.h
|
| diff --git a/Source/core/editing/EditingUtilities.h b/Source/core/editing/EditingUtilities.h
|
| index 9a9866bef17a312042e8f86a72fc3ee1401bae94..ea9fd9ded21794192cb1f7a5db6796063c8c034e 100644
|
| --- a/Source/core/editing/EditingUtilities.h
|
| +++ b/Source/core/editing/EditingUtilities.h
|
| @@ -130,7 +130,6 @@ inline bool canHaveChildrenForEditing(const Node* node)
|
|
|
| bool isAtomicNode(const Node*);
|
| CORE_EXPORT bool isBlock(const Node*);
|
| -bool isInline(const Node*);
|
| bool isTabHTMLSpanElement(const Node*);
|
| bool isTabHTMLSpanElementTextNode(const Node*);
|
| bool isMailHTMLBlockquoteElement(const Node*);
|
|
|