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

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

Issue 803443002: Introduce InlinedGlobalMarkingVisitor Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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/svg/SVGAngle.h ('k') | Source/core/svg/SVGIntegerOptionalInteger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAngle.cpp
diff --git a/Source/core/svg/SVGAngle.cpp b/Source/core/svg/SVGAngle.cpp
index 0b06b1c7b7288f9c07d91201c0a76dc20487b295..9189ceb60d04364fda502e76b7cdd4bb09027f70 100644
--- a/Source/core/svg/SVGAngle.cpp
+++ b/Source/core/svg/SVGAngle.cpp
@@ -58,7 +58,7 @@ SVGMarkerOrientEnumeration::~SVGMarkerOrientEnumeration()
{
}
-void SVGMarkerOrientEnumeration::trace(Visitor* visitor)
+DEFINE_TRACE(SVGMarkerOrientEnumeration)
{
visitor->trace(m_angle);
SVGEnumeration<SVGMarkerOrientType>::trace(visitor);
@@ -108,7 +108,7 @@ SVGAngle::~SVGAngle()
{
}
-void SVGAngle::trace(Visitor* visitor)
+DEFINE_TRACE(SVGAngle)
{
visitor->trace(m_orientType);
SVGPropertyHelper<SVGAngle>::trace(visitor);
« no previous file with comments | « Source/core/svg/SVGAngle.h ('k') | Source/core/svg/SVGIntegerOptionalInteger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698