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

Unified Diff: Source/core/css/StyleRule.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/StyleRule.cpp
diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp
index 08e62bd74ac4ed34d3b4206d2156079a5579ceb6..3465b2c3b089149dd05c243cad9678d042b271e7 100644
--- a/Source/core/css/StyleRule.cpp
+++ b/Source/core/css/StyleRule.cpp
@@ -91,7 +91,7 @@ void StyleRuleBase::trace(Visitor* visitor)
ASSERT_NOT_REACHED();
}
-void StyleRuleBase::finalize()
+void StyleRuleBase::finalizeGarbageCollectedObject()
{
switch (type()) {
case Style:
« no previous file with comments | « Source/core/css/StyleRule.h ('k') | Source/heap/Heap.h » ('j') | Source/wtf/Vector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698