| Index: Source/core/editing/InsertListCommand.h
|
| diff --git a/Source/core/editing/InsertListCommand.h b/Source/core/editing/InsertListCommand.h
|
| index 0663e54ca104019e8b43580e42a5b183dda0c1f3..9c53011777abac9e581ed6b3bc4bf9af1679efe2 100644
|
| --- a/Source/core/editing/InsertListCommand.h
|
| +++ b/Source/core/editing/InsertListCommand.h
|
| @@ -52,11 +52,11 @@ private:
|
| virtual EditAction editingAction() const OVERRIDE { return EditActionInsertList; }
|
|
|
| HTMLElement* fixOrphanedListChild(Node*);
|
| - bool selectionHasListOfType(const VisibleSelection& selection, const QualifiedName&);
|
| + bool selectionHasListOfType(const VisibleSelection&, const HTMLQualifiedName&);
|
| PassRefPtrWillBeRawPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtrWillBeRawPtr<HTMLElement>);
|
| void doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName&, Range& currentSelection);
|
| void unlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode);
|
| - PassRefPtrWillBeRawPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const QualifiedName& listTag);
|
| + PassRefPtrWillBeRawPtr<HTMLElement> listifyParagraph(const VisiblePosition& originalStart, const HTMLQualifiedName& listTag);
|
|
|
| RefPtrWillBeMember<HTMLElement> m_listElement;
|
| Type m_type;
|
|
|