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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp

Issue 2024663002: Implement SetWrapperReferenceTo idl attribute within traceWrappers for svg elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
Index: third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
index ddbb866d35e3ba6436d344f6f96faee2078ffdd4..eec40eb6f4c2a71438eebf3d9fcf98090f22c42c 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.cpp
@@ -51,4 +51,9 @@ SVGParsingError SVGAnimatedLength::setBaseValueAsString(const String& value)
return parseStatus;
}
+DEFINE_TRACE_WRAPPERS(SVGAnimatedLength)
+{
+ visitor->traceWrappers(contextElement());
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedLength.h ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698