| Index: trunk/Source/core/dom/Document.h
|
| ===================================================================
|
| --- trunk/Source/core/dom/Document.h (revision 174395)
|
| +++ trunk/Source/core/dom/Document.h (working copy)
|
| @@ -321,7 +321,7 @@
|
| Location* location() const;
|
|
|
| PassRefPtrWillBeRawPtr<Element> createElement(const AtomicString& name, ExceptionState&);
|
| - PassRefPtrWillBeRawPtr<DocumentFragment> createDocumentFragment();
|
| + PassRefPtr<DocumentFragment> createDocumentFragment();
|
| PassRefPtrWillBeRawPtr<Text> createTextNode(const String& data);
|
| PassRefPtrWillBeRawPtr<Comment> createComment(const String& data);
|
| PassRefPtrWillBeRawPtr<CDATASection> createCDATASection(const String& data, ExceptionState&);
|
|
|