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

Unified Diff: third_party/WebKit/Source/core/svg/SVGNumberTearOff.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/SVGNumberTearOff.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
index 57919ce9e51249afa64bcaf3fab8295686564cc0..3aa32851b1d116585612a237bda2cce3612a40a0 100644
--- a/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGNumberTearOff.cpp
@@ -52,4 +52,9 @@ void SVGNumberTearOff::setValue(float f, ExceptionState& exceptionState)
commitChange();
}
+DEFINE_TRACE_WRAPPERS(SVGNumberTearOff)
+{
+ visitor->traceWrappers(contextElement());
+}
+
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGNumberTearOff.h ('k') | third_party/WebKit/Source/core/svg/SVGPointListTearOff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698