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

Unified Diff: Source/core/css/CSSValue.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/CSSValue.cpp
diff --git a/Source/core/css/CSSValue.cpp b/Source/core/css/CSSValue.cpp
index 8db94f4d3b2a206927c2680db0683dee2f7d9947..f6f81ed2c9395afe6ccd0404092f531f683e7314 100644
--- a/Source/core/css/CSSValue.cpp
+++ b/Source/core/css/CSSValue.cpp
@@ -397,7 +397,7 @@ void CSSValue::destroy()
ASSERT_NOT_REACHED();
}
-void CSSValue::finalize()
+void CSSValue::finalizeGarbageCollectedObject()
{
if (m_isTextClone) {
ASSERT(isCSSOMSafe());

Powered by Google App Engine
This is Rietveld 408576698