| Index: Source/core/css/RuleSet.cpp
|
| diff --git a/Source/core/css/RuleSet.cpp b/Source/core/css/RuleSet.cpp
|
| index db2f3ffebdcfead54596218be18fcc4450f9e249..a4ab6415fb259c50ee8a6b19c414ead2b4304016 100644
|
| --- a/Source/core/css/RuleSet.cpp
|
| +++ b/Source/core/css/RuleSet.cpp
|
| @@ -379,12 +379,10 @@
|
|
|
| void RuleSet::PendingRuleMaps::trace(Visitor* visitor)
|
| {
|
| -#if ENABLE(OILPAN)
|
| visitor->trace(idRules);
|
| visitor->trace(classRules);
|
| visitor->trace(tagRules);
|
| visitor->trace(shadowPseudoElementRules);
|
| -#endif
|
| }
|
|
|
| void RuleSet::trace(Visitor* visitor)
|
|
|