Index: Source/core/svg/SVGElement.cpp |
diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp |
index cc7cfabba50245a0484e8e18e59a0688911534c5..0c3fcb4dac7024ad7b14d0c55b5ece2d0019a6e9 100644 |
--- a/Source/core/svg/SVGElement.cpp |
+++ b/Source/core/svg/SVGElement.cpp |
@@ -427,7 +427,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) |