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

Unified Diff: Source/core/svg/SVGNumberOptionalNumber.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/SVGNumberOptionalNumber.h ('k') | Source/core/svg/SVGPathSegList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGNumberOptionalNumber.cpp
diff --git a/Source/core/svg/SVGNumberOptionalNumber.cpp b/Source/core/svg/SVGNumberOptionalNumber.cpp
index 866c60e3b968777279bd019e4006dc05acec8b36..655a8473385c0db15efe14ddc9a50fdf4e8ba52c 100644
--- a/Source/core/svg/SVGNumberOptionalNumber.cpp
+++ b/Source/core/svg/SVGNumberOptionalNumber.cpp
@@ -43,7 +43,7 @@ SVGNumberOptionalNumber::SVGNumberOptionalNumber(PassRefPtrWillBeRawPtr<SVGNumbe
{
}
-void SVGNumberOptionalNumber::trace(Visitor* visitor)
+DEFINE_TRACE(SVGNumberOptionalNumber)
{
visitor->trace(m_firstNumber);
visitor->trace(m_secondNumber);
« no previous file with comments | « Source/core/svg/SVGNumberOptionalNumber.h ('k') | Source/core/svg/SVGPathSegList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698