| Index: Source/core/css/StylePropertySet.cpp
|
| diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp
|
| index b7e79728b1be5ad7c0aaa32a8fa764f812a98dd8..d114a8ed43ce55f40428bf72905227bd1a54877d 100644
|
| --- a/Source/core/css/StylePropertySet.cpp
|
| +++ b/Source/core/css/StylePropertySet.cpp
|
| @@ -162,7 +162,7 @@ void StylePropertySet::trace(Visitor* visitor)
|
| }
|
|
|
| #if ENABLE(OILPAN)
|
| -void StylePropertySet::finalize()
|
| +void StylePropertySet::finalizeGarbageCollectedObject()
|
| {
|
| if (m_isMutable)
|
| toMutableStylePropertySet(this)->~MutableStylePropertySet();
|
|
|