| Index: Source/core/editing/EditingUtilities.h
|
| diff --git a/Source/core/editing/EditingUtilities.h b/Source/core/editing/EditingUtilities.h
|
| index 4af31a3b3b922a592d0d36848feb933428157c02..a662c711c58cfb1c9b9cf0693971b2a70a5ec540 100644
|
| --- a/Source/core/editing/EditingUtilities.h
|
| +++ b/Source/core/editing/EditingUtilities.h
|
| @@ -71,6 +71,7 @@ Node* highestNodeToRemoveInPruning(Node*, Node* excludeNode = nullptr);
|
| Element* lowestEditableAncestor(Node*);
|
|
|
| Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
|
| +Element* enclosingBlock(const Position&, EditingBoundaryCrossingRule);
|
| Element* enclosingBlockFlowElement(Node&); // Deprecated, use enclosingBlock instead.
|
| bool inSameContainingBlockFlowElement(Node*, Node*);
|
| Element* enclosingTableCell(const Position&);
|
|
|