diff options
Diffstat (limited to 'WebCore/editing/ModifySelectionListLevel.h')
-rw-r--r-- | WebCore/editing/ModifySelectionListLevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/ModifySelectionListLevel.h b/WebCore/editing/ModifySelectionListLevel.h index 1e66d10..39efff8 100644 --- a/WebCore/editing/ModifySelectionListLevel.h +++ b/WebCore/editing/ModifySelectionListLevel.h @@ -37,7 +37,7 @@ class ModifySelectionListLevelCommand : public CompositeEditCommand { protected: ModifySelectionListLevelCommand(Document*); - void appendSiblingNodeRange(Node* startNode, Node* endNode, Node* newParent); + void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent); void insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode); void insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode); |