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

Unified Diff: Source/core/svg/properties/SVGAnimatedProperty.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/properties/SVGAnimatedProperty.h
diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
index 93e6438f98cedda611bcf20057b71a6905b15241..56533cb3c10412de087dd95bd577fca52bfbb6cb 100644
--- a/Source/core/svg/properties/SVGAnimatedProperty.h
+++ b/Source/core/svg/properties/SVGAnimatedProperty.h
@@ -45,7 +45,8 @@ namespace blink {
class SVGElement;
-class SVGAnimatedPropertyBase : public RefCounted<SVGAnimatedPropertyBase>, public ScriptWrappableBase {
+class SVGAnimatedPropertyBase : public RefCounted<SVGAnimatedPropertyBase>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO_NOT_REACHED();
public:
virtual ~SVGAnimatedPropertyBase();
@@ -305,6 +306,6 @@ private:
RefPtr<TearOffType> m_animValTearOff;
};
-}
+} // namespace blink
#endif // SVGAnimatedProperty_h
« Source/core/svg/SVGAnimatedTransformList.h ('K') | « Source/core/svg/SVGAnimatedTransformList.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698