| Index: Source/WebCore/editing/htmlediting.h
|
| ===================================================================
|
| --- Source/WebCore/editing/htmlediting.h (revision 118286)
|
| +++ Source/WebCore/editing/htmlediting.h (working copy)
|
| @@ -61,7 +61,7 @@
|
| Node* highestNodeToRemoveInPruning(Node*);
|
| Node* lowestEditableAncestor(Node*);
|
|
|
| -Node* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
|
| +Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
|
| Node* enclosingTableCell(const Position&);
|
| Node* enclosingEmptyListItem(const VisiblePosition&);
|
| Node* enclosingAnchorElement(const Position&);
|
|
|