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

Unified Diff: Source/core/svg/SVGIntegerOptionalInteger.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/SVGIntegerOptionalInteger.h ('k') | Source/core/svg/SVGLength.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGIntegerOptionalInteger.cpp
diff --git a/Source/core/svg/SVGIntegerOptionalInteger.cpp b/Source/core/svg/SVGIntegerOptionalInteger.cpp
index 195a95545d65c1bc8e9ee411fb563cbc130332a9..85b9dffdf40035107fad6ff9648b3bd4c29c4c65 100644
--- a/Source/core/svg/SVGIntegerOptionalInteger.cpp
+++ b/Source/core/svg/SVGIntegerOptionalInteger.cpp
@@ -43,7 +43,7 @@ SVGIntegerOptionalInteger::SVGIntegerOptionalInteger(PassRefPtrWillBeRawPtr<SVGI
{
}
-void SVGIntegerOptionalInteger::trace(Visitor* visitor)
+DEFINE_TRACE(SVGIntegerOptionalInteger)
{
visitor->trace(m_firstInteger);
visitor->trace(m_secondInteger);
« no previous file with comments | « Source/core/svg/SVGIntegerOptionalInteger.h ('k') | Source/core/svg/SVGLength.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698