| 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 7186011a1032502177b9815f0d6b7e1b5cca95df..a209a22d219cf244f53f0b4d962cfdd0b6d142e5 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -79,7 +79,6 @@ Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingB
|
| CORE_EXPORT Element* enclosingBlock(const Position&, EditingBoundaryCrossingRule);
|
| CORE_EXPORT Element* enclosingBlock(const PositionInFlatTree&, EditingBoundaryCrossingRule);
|
| Element* enclosingBlockFlowElement(const Node&); // Deprecated, use enclosingBlock instead.
|
| -bool inSameContainingBlockFlowElement(Node*, Node*);
|
| Element* enclosingTableCell(const Position&);
|
| Element* associatedElementOf(const Position&);
|
| Node* enclosingEmptyListItem(const VisiblePosition&);
|
|
|