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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedString.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/SVGAnimatedString.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
index 84787c20a20a70a875809eb6267aea0326082c5e..205077e0883e20fa727d65263040232d0104534d 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp
@@ -21,4 +21,9 @@ String SVGAnimatedString::animVal()
return SVGAnimatedProperty<SVGString>::animVal();
}
+DEFINE_TRACE_WRAPPERS(SVGAnimatedString)
+{
+ visitor->traceWrappers(contextElement());
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedString.h ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698