| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 956b21fb1905517b1f5e979e31b10aff49a09a44..e989ad2773b1298a19cf9ea98741bc546ac55989 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -68,6 +68,7 @@ CORE_EXPORT String createMarkup(const Range*, EAnnotateForInterchange = DoNotAnn
|
| CORE_EXPORT String createMarkup(const Node*, EChildrenOnly = IncludeNode, EAbsoluteURLs = DoNotResolveURLs);
|
|
|
| CORE_EXPORT String createMarkup(const Position& start, const Position& end, EAnnotateForInterchange = DoNotAnnotateForInterchange, ConvertBlocksToInlines = ConvertBlocksToInlines::NotConvert, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr);
|
| +CORE_EXPORT String createMarkup(const PositionInComposedTree& start, const PositionInComposedTree& end, EAnnotateForInterchange = DoNotAnnotateForInterchange, ConvertBlocksToInlines = ConvertBlocksToInlines::NotConvert, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr);
|
|
|
| String urlToMarkup(const KURL&, const String& title);
|
| void mergeWithNextTextNode(Text*, ExceptionState&);
|
|
|