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

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

Issue 271673005: Oilpan: move DOMImplementation to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adjust signature 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 7647cd84aa85dc877b922bf900340095b6a43cde..62f4902c9cc714665cd46ff365fdb794d89f7037 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1212,7 +1212,7 @@ private:
AtomicString m_mimeType;
RefPtrWillBeMember<DocumentType> m_docType;
- OwnPtr<DOMImplementation> m_implementation;
+ OwnPtrWillBeMember<DOMImplementation> m_implementation;
RefPtrWillBeMember<CSSStyleSheet> m_elemSheet;

Powered by Google App Engine
This is Rietveld 408576698