| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 32819bdcb7173bc20df6306675ed27b392763f60..981662b6c76e97195a89e9717b8f634c8348a3f5 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -66,6 +66,7 @@ String createMarkup(const Range*, WillBeHeapVector<RawPtrWillBeMember<Node> >* =
|
| String createMarkup(const Node*, EChildrenOnly = IncludeNode, WillBeHeapVector<RawPtrWillBeMember<Node> >* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = 0);
|
|
|
| String createFullMarkup(const Node*);
|
| +String createStyledMarkupForNavigationTransition(Node*);
|
|
|
| String urlToMarkup(const KURL&, const String& title);
|
| void mergeWithNextTextNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&);
|
|
|