Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(763)

Unified Diff: Source/core/dom/Document.h

Issue 289273002: Oilpan: make DocumentFragment a heap allocated object. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + add WillBeGarbageCollected FIXME. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698