| 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;
|
| };
|
|
|
|
|