| Index: Source/core/css/resolver/ScopedStyleResolver.h
|
| diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h
|
| index 5979088b471e032bf0ab7611631ac734c73b7a8a..0c7a88ceeee39caf03b2b99f3366a5337e88b251 100644
|
| --- a/Source/core/css/resolver/ScopedStyleResolver.h
|
| +++ b/Source/core/css/resolver/ScopedStyleResolver.h
|
| @@ -72,7 +72,7 @@ private:
|
| ContainerNode& m_scopingNode;
|
| ScopedStyleResolver* m_parent;
|
|
|
| - Vector<CSSStyleSheet*> m_authorStyleSheets;
|
| + WillBePersistentHeapVector<RawPtrWillBeMember<CSSStyleSheet> > m_authorStyleSheets;
|
|
|
| typedef WillBePersistentHeapHashMap<const StringImpl*, RefPtrWillBeMember<StyleRuleKeyframes> > KeyframesRuleMap;
|
| KeyframesRuleMap m_keyframesRuleMap;
|
|
|