Index: Source/core/css/StylePropertySet.h |
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h |
index 549cc9888c47fba3738fb999e6691c980e266210..51fa84af587f1007e407b2ba765b02d23626200a 100644 |
--- a/Source/core/css/StylePropertySet.h |
+++ b/Source/core/css/StylePropertySet.h |
@@ -49,7 +49,7 @@ public: |
// When oilpan is enabled override the finalize method to dispatch to the subclasses' |
// destructor. This can be removed once the MutableStylePropertySet's OwnPtr is moved |
// to the heap. |
- void finalize(); |
+ void finalizeGarbageCollectedObject(); |
#else |
// Override RefCounted's deref() to ensure operator delete is called on |
// the appropriate subclass type. |