| Index: trunk/Source/core/css/RuleSet.cpp
|
| ===================================================================
|
| --- trunk/Source/core/css/RuleSet.cpp (revision 153372)
|
| +++ trunk/Source/core/css/RuleSet.cpp (working copy)
|
| @@ -273,7 +273,7 @@
|
| features.uncommonAttributeRules.append(RuleFeature(ruleData.rule(), ruleData.selectorIndex(), ruleData.hasDocumentSecurityOrigin()));
|
| }
|
|
|
| -void RuleSet::addToRuleSet(StringImpl* key, PendingRuleMap& map, const RuleData& ruleData)
|
| +void RuleSet::addToRuleSet(AtomicStringImpl* key, PendingRuleMap& map, const RuleData& ruleData)
|
| {
|
| if (!key)
|
| return;
|
|
|