Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index ba3991c01785e3cb0400f646c9eb302f30e6591f..749d2dc61a9040421735d55805ea82ed1c48d27f 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&); |