| Index: Source/core/css/RuleSet.cpp
|
| diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
|
| index 85b4302136f2c93baa5da995b9784fa173cb33e4..71e89a8ecade09ea28fe031c2313b87e52c8323a 100644
|
| --- a/Source/core/css/RuleSet.cpp
|
| +++ b/Source/core/css/RuleSet.cpp
|
| @@ -241,7 +241,7 @@ static void collectFeaturesFromRuleData(RuleFeatureSet& features, const RuleData
|
| features.uncommonAttributeRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
|
| }
|
|
|
| -void RuleSet::addToRuleSet(AtomicStringImpl* key, PendingRuleMap& map, const RuleData& ruleData)
|
| +void RuleSet::addToRuleSet(StringImpl* key, PendingRuleMap& map, const RuleData& ruleData)
|
| {
|
| if (!key)
|
| return;
|
|
|