| Index: Source/core/css/StyleSheetContents.h
|
| diff --git a/Source/core/css/StyleSheetContents.h b/Source/core/css/StyleSheetContents.h
|
| index b9eb3842c10e5843e90e5a12f0c6a6d6bfa41f39..54b75aa89bb6eb8cfedcc806fdf1cdbf8823e382 100644
|
| --- a/Source/core/css/StyleSheetContents.h
|
| +++ b/Source/core/css/StyleSheetContents.h
|
| @@ -185,7 +185,9 @@ private:
|
|
|
| CSSParserContext m_parserContext;
|
|
|
| - Vector<CSSStyleSheet*> m_clients;
|
| + WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> > m_clients;
|
| + typedef WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator ClientsIterator;
|
| +
|
| OwnPtr<RuleSet> m_ruleSet;
|
| };
|
|
|
|
|