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