| Index: Source/core/editing/markup.h
|
| diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h
|
| index 2b80d118df21b4f0532835030a2791906f5e2adb..3c414168ac535cbb9748b89276a1901f6c70d70d 100644
|
| --- a/Source/core/editing/markup.h
|
| +++ b/Source/core/editing/markup.h
|
| @@ -52,7 +52,7 @@ PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document*, const String& m
|
| PassRefPtr<DocumentFragment> createFragmentFromMarkupWithContext(Document*, const String& markup, unsigned fragmentStart, unsigned fragmentEnd, const String& baseURL, ParserContentPolicy);
|
| PassRefPtr<DocumentFragment> createFragmentFromNodes(Document*, const Vector<Node*>&);
|
| PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String&, Element*, ParserContentPolicy, ExceptionState&);
|
| -PassRefPtr<DocumentFragment> createFragmentForTransformToFragment(const String&, const String& sourceMIMEType, Document* outputDoc);
|
| +PassRefPtr<DocumentFragment> createFragmentForTransformToFragment(const String&, const String& sourceMIMEType, Document& outputDoc);
|
| PassRefPtr<DocumentFragment> createContextualFragment(const String&, HTMLElement*, ParserContentPolicy, ExceptionState&);
|
|
|
| bool isPlainTextMarkup(Node*);
|
|
|