(no bug) Move a comment to more appropriate spot, in SVGTransformableElement.h. comment/whitespace-only, DONTBUILD

This commit is contained in:
Daniel Holbert 2014-07-30 14:55:38 -07:00
parent 41ff7e62be
commit 879130a56f

View File

@ -48,6 +48,7 @@ public:
int32_t aModType) const MOZ_OVERRIDE;
// nsSVGElement overrides
virtual bool IsEventAttributeName(nsIAtom* aName) MOZ_OVERRIDE;
@ -65,8 +66,6 @@ public:
virtual bool IsTransformable() MOZ_OVERRIDE { return true; }
protected:
// nsSVGElement overrides
nsAutoPtr<nsSVGAnimatedTransformList> mTransforms;
// XXX maybe move this to property table, to save space on un-animated elems?
@ -77,4 +76,3 @@ protected:
} // namespace mozilla
#endif // SVGTransformableElement_h