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

Unified Diff: third_party/WebKit/Source/core/svg/SVGStringListTearOff.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/SVGStringListTearOff.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
index dd5c012c187fea1a6c69a9d2be50858f0a74f707..9bd2b139049520a3e21e28f8eae11aefe9f90522 100644
--- a/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGStringListTearOff.cpp
@@ -39,4 +39,9 @@ SVGStringListTearOff::SVGStringListTearOff(SVGStringList* target, SVGElement* co
{
}
+DEFINE_TRACE_WRAPPERS(SVGStringListTearOff)
+{
+ visitor->traceWrappers(contextElement());
+}
+
}

Powered by Google App Engine
This is Rietveld 408576698