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

Unified Diff: third_party/WebKit/Source/core/svg/SVGTransformListTearOff.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/SVGTransformListTearOff.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.cpp
index 7c56976820f0cf73d9dc42665221090849ea6be3..89a91804bf9850908c6c78724dfa87b7434bdcfd 100644
--- a/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGTransformListTearOff.cpp
@@ -60,4 +60,9 @@ SVGTransformTearOff* SVGTransformListTearOff::consolidate(ExceptionState& except
return createItemTearOff(target()->consolidate());
}
+DEFINE_TRACE_WRAPPERS(SVGTransformListTearOff)
+{
+ visitor->traceWrappers(contextElement());
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGTransformListTearOff.h ('k') | third_party/WebKit/Source/core/svg/SVGTransformTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698