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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedAngle.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/SVGAnimatedAngle.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
index af26c0c48b3c01f62f98797201980c431c1e5a62..1aa491a3a8e216e1b7762a4715698858de55c770 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedAngle.cpp
@@ -50,6 +50,11 @@ DEFINE_TRACE(SVGAnimatedAngle)
SVGAnimatedProperty<SVGAngle>::trace(visitor);
}
+DEFINE_TRACE_WRAPPERS(SVGAnimatedAngle)
+{
+ visitor->traceWrappers(contextElement());
+}
+
bool SVGAnimatedAngle::needsSynchronizeAttribute()
{
return m_orientType->needsSynchronizeAttribute()
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedAngle.h ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698