| Index: third_party/WebKit/Source/core/css/StyleRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRule.cpp b/third_party/WebKit/Source/core/css/StyleRule.cpp
|
| index 7ff3eff764fff8a1e13dffdda1ebad8bc0446605..636f2cbb4c90ec216f8e5855b75b2f034b603594 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StyleRule.cpp
|
| @@ -341,7 +341,7 @@ DEFINE_TRACE_AFTER_DISPATCH(StyleRuleFontFace)
|
| StyleRuleBase::traceAfterDispatch(visitor);
|
| }
|
|
|
| -StyleRuleGroup::StyleRuleGroup(Type type, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase>>& adoptRule)
|
| +StyleRuleGroup::StyleRuleGroup(RuleType type, WillBeHeapVector<RefPtrWillBeMember<StyleRuleBase>>& adoptRule)
|
| : StyleRuleBase(type)
|
| {
|
| m_childRules.swap(adoptRule);
|
|
|