Index: Source/core/editing/htmlediting.h |
diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h |
index 96b971e3962632a79be32f05780d125a3c4642c7..587edb429ade0ba97453e79da1605af200c7c97b 100644 |
--- a/Source/core/editing/htmlediting.h |
+++ b/Source/core/editing/htmlediting.h |
@@ -64,6 +64,8 @@ Node* highestNodeToRemoveInPruning(Node*, Node* excludeNode = 0); |
Element* lowestEditableAncestor(Node*); |
Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary); |
+Element* enclosingBlockFlowElement(Node&); // Deprecated, use enclosingBlock instead. |
+bool inSameContainingBlockFlowElement(Node*, Node*); |
Element* enclosingTableCell(const Position&); |
Node* enclosingEmptyListItem(const VisiblePosition&); |
Element* enclosingAnchorElement(const Position&); |