| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 2168b3cc69ee9cfec5f38f9b56b382ebb857865f..abcd956774d893501154a7217bce4a6465268efc 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -76,8 +76,6 @@ extern template class CORE_EXTERN_TEMPLATE_EXPORT CreateMarkupAlgorithm<EditingS
|
| CORE_EXPORT String createMarkup(const Range*, EAnnotateForInterchange = DoNotAnnotateForInterchange, bool convertBlocksToInlines = false, EAbsoluteURLs = DoNotResolveURLs, Node* constrainingAncestor = nullptr);
|
| CORE_EXPORT String createMarkup(const Node*, EChildrenOnly = IncludeNode, EAbsoluteURLs = DoNotResolveURLs);
|
|
|
| -String createStyledMarkupForNavigationTransition(Node*);
|
| -
|
| String urlToMarkup(const KURL&, const String& title);
|
| void mergeWithNextTextNode(Text*, ExceptionState&);
|
|
|
|
|