| Index: Source/core/editing/htmlediting.h
|
| diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
|
| index 4674c91541cec27be02a8993bed6775f38e05d29..52ef3103ebf13fb8baf9090770851e5fb6369e3c 100644
|
| --- a/Source/core/editing/htmlediting.h
|
| +++ b/Source/core/editing/htmlediting.h
|
| @@ -59,7 +59,7 @@ Node* highestEditableRoot(const Position&, EditableType = ContentIsEditable);
|
| Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
|
| EditingBoundaryCrossingRule = CannotCrossEditingBoundary, Node* stayWithin = 0);
|
| Node* highestNodeToRemoveInPruning(Node*);
|
| -Node* lowestEditableAncestor(Node*);
|
| +Node* lowestEditableAncestor(const Node*);
|
|
|
| Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
|
| Node* enclosingTableCell(const Position&);
|
|
|