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

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

Issue 196513007: Oilpan: Reapply: Remove all the RefPtrs and most of the raw pointers to style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 ffa561d7e6fb1120de03421488328a9727fd0234..ee3c935328bbce24541830a86fd6aafaf5dcb291 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1183,7 +1183,7 @@ private:
RefPtr<DocumentType> m_docType;
OwnPtr<DOMImplementation> m_implementation;
- RefPtr<CSSStyleSheet> m_elemSheet;
+ RefPtrWillBePersistent<CSSStyleSheet> m_elemSheet;
bool m_printing;
bool m_paginatedForScreen;

Powered by Google App Engine
This is Rietveld 408576698