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

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: Address comments. 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
« no previous file with comments | « Source/core/page/Performance.h ('k') | Source/core/svg/SVGElementInstance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/core/page/Performance.h ('k') | Source/core/svg/SVGElementInstance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698