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

Unified Diff: Source/core/svg/SVGElement.cpp

Issue 106423003: [oilpan] Rename visit to mark. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Fix typo Created 7 years 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/svg/SVGElement.cpp
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
index 8c80126b86f6599071e45c9d78835e9e1a86d3ab..9bd8c5babd8013318003f6d466836102de4ee805 100644
--- a/Source/core/svg/SVGElement.cpp
+++ b/Source/core/svg/SVGElement.cpp
@@ -448,7 +448,7 @@ bool SVGElement::removeEventListener(const AtomicString& eventType, EventListene
void SVGElement::trace(Visitor* visitor)
{
StyledElement::trace(visitor);
- // SVGElementRareData is visited through SVGElementRareData::rareDataMap() which is a GC root.
+ // SVGElementRareData is traced through SVGElementRareData::rareDataMap() which is a GC root.
}
static bool hasLoadListener(Element* element)

Powered by Google App Engine
This is Rietveld 408576698