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

Unified Diff: third_party/WebKit/Source/core/svg/SVGAnimatedString.h

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.h
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedString.h b/third_party/WebKit/Source/core/svg/SVGAnimatedString.h
index 2f543cd4a354ef722f3be16e7339ede2d2e06f64..10a7f7986414cf415f135739459b37c9d3af134f 100644
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedString.h
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedString.h
@@ -49,6 +49,8 @@ public:
virtual void setBaseVal(const String&, ExceptionState&);
virtual String animVal();
+ DECLARE_VIRTUAL_TRACE_WRAPPERS();
+
protected:
SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, SVGString* initialValue)
: SVGAnimatedProperty<SVGString>(contextElement, attributeName, initialValue)
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGAnimatedRect.h ('k') | third_party/WebKit/Source/core/svg/SVGAnimatedString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698