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