| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 41dd3d691ed98e9aedb145619668efba45899d48..bb6ea0a0114d199d5a4049e0e0b30d36678325f7 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -65,6 +65,7 @@ String createMarkup(const Range*, Vector<Node*>* = 0, EAnnotateForInterchange =
|
| String createMarkup(const Node*, EChildrenOnly = IncludeNode, Vector<Node*>* = 0, EAbsoluteURLs = DoNotResolveURLs, Vector<QualifiedName>* tagNamesToSkip = 0);
|
|
|
| String createFullMarkup(const Node*);
|
| +String createStyledMarkupForNavigationTransition(Node*);
|
|
|
| String urlToMarkup(const KURL&, const String& title);
|
| void mergeWithNextTextNode(PassRefPtr<Node>, ExceptionState&);
|
|
|