Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: Source/core/css/StylePropertySet.cpp

Issue 199273005: Oilpan: Change the name of the finalization method that can be (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698