| Index: Source/core/dom/DocumentFragment.h
|
| diff --git a/Source/core/dom/DocumentFragment.h b/Source/core/dom/DocumentFragment.h
|
| index a4292d41c1a1b82d1b66665bff96705c01b4b1b9..d226427ec66187038e0f4c1a981b614e6fd56ebc 100644
|
| --- a/Source/core/dom/DocumentFragment.h
|
| +++ b/Source/core/dom/DocumentFragment.h
|
| @@ -33,7 +33,7 @@ class ExecutionContext;
|
|
|
| class DocumentFragment : public ContainerNode {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<DocumentFragment> create(Document&);
|
| + static PassRefPtrWillBeRawPtr<DocumentFragment> create(ExecutionContext*);
|
|
|
| void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
|
| bool parseXML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent);
|
|
|