| Index: Source/core/css/StyleRule.cpp
|
| diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp
|
| index e85a41365c1ad19a3c6c71856840ce323e5cd5ac..5f031bcbf36088922a42052de35371ff0d0f1d8d 100644
|
| --- a/Source/core/css/StyleRule.cpp
|
| +++ b/Source/core/css/StyleRule.cpp
|
| @@ -359,7 +359,7 @@ void StyleRuleGroup::wrapperRemoveRule(unsigned index)
|
| m_childRules.remove(index);
|
| }
|
|
|
| -StyleRuleMedia::StyleRuleMedia(PassRefPtr<MediaQuerySet> media, Vector<RefPtr<StyleRuleBase> >& adoptRules)
|
| +StyleRuleMedia::StyleRuleMedia(PassRefPtrWillBeRawPtr<MediaQuerySet> media, Vector<RefPtr<StyleRuleBase> >& adoptRules)
|
| : StyleRuleGroup(Media, adoptRules)
|
| , m_mediaQueries(media)
|
| {
|
|
|