Index: Source/core/editing/markup.h |
diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h |
index 2c59583e81b343910e5f15adea21ca647851103d..31995acdcf9b653806e3c63c5efd74191f5f07c7 100644 |
--- a/Source/core/editing/markup.h |
+++ b/Source/core/editing/markup.h |
@@ -61,8 +61,8 @@ bool isPlainTextMarkup(Node*); |
void replaceChildrenWithFragment(ContainerNode*, PassRefPtrWillBeRawPtr<DocumentFragment>, ExceptionState&); |
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); |
+String createMarkup(const Range*, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr); |
+String createMarkup(const Node*, EChildrenOnly = IncludeNode, EAbsoluteURLs = DoNotResolveURLs); |
String createStyledMarkupForNavigationTransition(Node*); |