| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 2eac6ec341bc437db9eac5d51ef588c779ed64d8..2c59583e81b343910e5f15adea21ca647851103d 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -62,7 +62,7 @@ void replaceChildrenWithFragment(ContainerNode*, PassRefPtrWillBeRawPtr<Document
|
| void replaceChildrenWithText(ContainerNode*, const String&, ExceptionState&);
|
|
|
| String createMarkup(const Range*, WillBeHeapVector<RawPtrWillBeMember<Node>>* = nullptr, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr);
|
| -String createMarkup(const Node*, EChildrenOnly = IncludeNode, WillBeHeapVector<RawPtrWillBeMember<Node>>* = nullptr, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = nullptr);
|
| +String createMarkup(const Node*, EChildrenOnly = IncludeNode, WillBeHeapVector<RawPtrWillBeMember<Node>>* = nullptr, EAbsoluteURLs = DoNotResolveURLs);
|
|
|
| String createStyledMarkupForNavigationTransition(Node*);
|
|
|
|
|