Index: Source/core/editing/markup.h |
diff --git a/Source/core/editing/markup.h b/Source/core/editing/markup.h |
index 3c414168ac535cbb9748b89276a1901f6c70d70d..b29344129fed774e99fb2caa92797d4b5a548ce1 100644 |
--- a/Source/core/editing/markup.h |
+++ b/Source/core/editing/markup.h |
@@ -48,8 +48,8 @@ enum EChildrenOnly { IncludeNode, ChildrenOnly }; |
enum EAbsoluteURLs { DoNotResolveURLs, ResolveAllURLs, ResolveNonLocalURLs }; |
PassRefPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text); |
-PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document*, const String& markup, const String& baseURL, ParserContentPolicy = AllowScriptingContent); |
-PassRefPtr<DocumentFragment> createFragmentFromMarkupWithContext(Document*, const String& markup, unsigned fragmentStart, unsigned fragmentEnd, const String& baseURL, ParserContentPolicy); |
+PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document&, const String& markup, const String& baseURL, ParserContentPolicy = AllowScriptingContent); |
+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); |