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

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

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.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.

Powered by Google App Engine
This is Rietveld 408576698