| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 38dc6e7fbd15d257266c7fdc3646868183ee1c53..6b532c827fd74da277d7d904e703cecf5009c708 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -321,7 +321,7 @@ public:
|
| Location* location() const;
|
|
|
| PassRefPtrWillBeRawPtr<Element> createElement(const AtomicString& name, ExceptionState&);
|
| - PassRefPtr<DocumentFragment> createDocumentFragment();
|
| + PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragment();
|
| PassRefPtrWillBeRawPtr<Text> createTextNode(const String& data);
|
| PassRefPtrWillBeRawPtr<Comment> createComment(const String& data);
|
| PassRefPtrWillBeRawPtr<CDATASection> createCDATASection(const String& data, ExceptionState&);
|
|
|