| Index: Source/core/editing/EditingUtilities.h
|
| diff --git a/Source/core/editing/EditingUtilities.h b/Source/core/editing/EditingUtilities.h
|
| index 8483fbf3e3a5145006796bdb6487fc1d0bcaf2fd..ca916a3d2c7fb43480daa0d1f26c1282b7efad0a 100644
|
| --- a/Source/core/editing/EditingUtilities.h
|
| +++ b/Source/core/editing/EditingUtilities.h
|
| @@ -141,6 +141,7 @@ bool isRenderedAsNonInlineTableImageOrHR(const Node*);
|
| bool areIdenticalElements(const Node*, const Node*);
|
| bool isNonTableCellHTMLBlockElement(const Node*);
|
| bool isBlockFlowElement(const Node&);
|
| +bool nodeIsUserSelectNone(Node*);
|
| TextDirection directionOfEnclosingBlock(const Position&);
|
| CORE_EXPORT TextDirection primaryDirectionOf(const Node&);
|
|
|
|
|