| Index: Source/core/editing/InsertListCommand.h
|
| diff --git a/Source/core/editing/InsertListCommand.h b/Source/core/editing/InsertListCommand.h
|
| index fe1a5d55e165f7b8ed8fcc9054b093d5d12f34e0..aaa336a1daa688ea03731978b2eaab3b80fc3f27 100644
|
| --- a/Source/core/editing/InsertListCommand.h
|
| +++ b/Source/core/editing/InsertListCommand.h
|
| @@ -52,7 +52,7 @@ private:
|
| HTMLElement* fixOrphanedListChild(Node*);
|
| bool selectionHasListOfType(const VisibleSelection& selection, const QualifiedName&);
|
| PassRefPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtr<HTMLElement>);
|
| - void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range* currentSelection);
|
| + void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range& currentSelection);
|
| void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode);
|
| PassRefPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag);
|
| RefPtr<HTMLElement> m_listElement;
|
|
|