| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index 66f449e4c5f86d209440cbd19afa8a6c4ecbec0a..7186011a1032502177b9815f0d6b7e1b5cca95df 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -78,7 +78,7 @@ Node* highestNodeToRemoveInPruning(Node*, Node* excludeNode = nullptr);
|
| Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
|
| CORE_EXPORT Element* enclosingBlock(const Position&, EditingBoundaryCrossingRule);
|
| CORE_EXPORT Element* enclosingBlock(const PositionInFlatTree&, EditingBoundaryCrossingRule);
|
| -Element* enclosingBlockFlowElement(Node&); // Deprecated, use enclosingBlock instead.
|
| +Element* enclosingBlockFlowElement(const Node&); // Deprecated, use enclosingBlock instead.
|
| bool inSameContainingBlockFlowElement(Node*, Node*);
|
| Element* enclosingTableCell(const Position&);
|
| Element* associatedElementOf(const Position&);
|
|
|