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*); |
esprehn
2014/06/26 09:32:55
const Node* ? Why do you need to mutate it?
oystein (OOO til 10th of July)
2014/06/26 23:13:43
StyledMarkupAccumulator::serializeNodes takes a no
|
String urlToMarkup(const KURL&, const String& title); |
void mergeWithNextTextNode(PassRefPtrWillBeRawPtr<Node>, ExceptionState&); |