Chromium Code Reviews| Index: Source/core/css/StyleRule.cpp |
| diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp |
| index 08e62bd74ac4ed34d3b4206d2156079a5579ceb6..3465b2c3b089149dd05c243cad9678d042b271e7 100644 |
| --- a/Source/core/css/StyleRule.cpp |
| +++ b/Source/core/css/StyleRule.cpp |
| @@ -91,7 +91,7 @@ void StyleRuleBase::trace(Visitor* visitor) |
| ASSERT_NOT_REACHED(); |
| } |
| -void StyleRuleBase::finalize() |
| +void StyleRuleBase::finalizeGarbageCollectedObject() |
| { |
| switch (type()) { |
| case Style: |