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

Unified Diff: Source/core/css/StyleSheetList.h

Issue 235113002: Oilpan: Remove guardRef and guardDeref from TreeScope. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/css/StyleSheetList.h
diff --git a/Source/core/css/StyleSheetList.h b/Source/core/css/StyleSheetList.h
index 5786cfa0d1143d7b16cb685e380bf44793c2a525..96feb367f6f4fed249df2b16f7ea6bd07c0b527e 100644
--- a/Source/core/css/StyleSheetList.h
+++ b/Source/core/css/StyleSheetList.h
@@ -54,7 +54,7 @@ private:
StyleSheetList(TreeScope*);
const WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >& styleSheets();
- TreeScope* m_treeScope;
+ RawPtrWillBeMember<TreeScope> m_treeScope;
WillBeHeapVector<RefPtrWillBeMember<StyleSheet> > m_detachedStyleSheets;
};

Powered by Google App Engine
This is Rietveld 408576698