| Index: Source/core/css/ElementRuleCollector.h
|
| diff --git a/Source/core/css/ElementRuleCollector.h b/Source/core/css/ElementRuleCollector.h
|
| index efc9ec94dd083e5b603018f773f3908e70cbd079..8c981af4f12ce544aaa9c234978076d27d59f671 100644
|
| --- a/Source/core/css/ElementRuleCollector.h
|
| +++ b/Source/core/css/ElementRuleCollector.h
|
| @@ -170,7 +170,7 @@ private:
|
| bool m_matchingUARules;
|
| bool m_scopeContainsLastMatchedElement;
|
|
|
| - OwnPtrWillBeMember<WillBeHeapVector<MatchedRule, 32> > m_matchedRules;
|
| + WillBeHeapVector<MatchedRule, 32> m_matchedRules;
|
|
|
| // Output.
|
| RefPtrWillBeMember<StaticCSSRuleList> m_cssRuleList;
|
|
|