Index: Source/core/css/StyleRule.h |
diff --git a/Source/core/css/StyleRule.h b/Source/core/css/StyleRule.h |
index 12d2e40f3e58751c993511cb9808b1ef74e240d5..da767ba89fa3c151c7f9cebc9568e2853600fa98 100644 |
--- a/Source/core/css/StyleRule.h |
+++ b/Source/core/css/StyleRule.h |
@@ -82,7 +82,7 @@ public: |
void trace(Visitor*); |
void traceAfterDispatch(Visitor*) { }; |
- void finalize(); |
+ void finalizeGarbageCollectedObject(); |
protected: |
StyleRuleBase(Type type) : m_type(type) { } |