Index: Source/core/editing/InsertListCommand.h |
diff --git a/Source/core/editing/InsertListCommand.h b/Source/core/editing/InsertListCommand.h |
index 52ca6b4b29aa4d35c433de0a8d18c88ac1c78e9b..0663e54ca104019e8b43580e42a5b183dda0c1f3 100644 |
--- a/Source/core/editing/InsertListCommand.h |
+++ b/Source/core/editing/InsertListCommand.h |
@@ -54,7 +54,7 @@ private: |
HTMLElement* fixOrphanedListChild(Node*); |
bool selectionHasListOfType(const VisibleSelection& selection, const QualifiedName&); |
PassRefPtrWillBeRawPtr<HTMLElement> mergeWithNeighboringLists(PassRefPtrWillBeRawPtr<HTMLElement>); |
- void doApplyForSingleParagraph(bool forceCreateList, const QualifiedName&, Range& currentSelection); |
+ 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); |