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

Unified Diff: Source/core/svg/SVGAnimatedAngle.h

Issue 720113003: bindings: Makes SVGAnimatedProperty ScriptWrappable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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: Source/core/svg/SVGAnimatedAngle.h
diff --git a/Source/core/svg/SVGAnimatedAngle.h b/Source/core/svg/SVGAnimatedAngle.h
index 68100e0d9fdb4525933489a1ae8392ddf631520f..62fa525a222ed8cd68d2381dca5a9339adaee81f 100644
--- a/Source/core/svg/SVGAnimatedAngle.h
+++ b/Source/core/svg/SVGAnimatedAngle.h
@@ -39,6 +39,7 @@ namespace blink {
class SVGMarkerElement;
class SVGAnimatedAngle final : public SVGAnimatedProperty<SVGAngle> {
+ DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtr<SVGAnimatedAngle> create(SVGMarkerElement* contextElement)
{

Powered by Google App Engine
This is Rietveld 408576698