Bug 1034909 - Remove dangerous public destructor of nsSVGViewBox. r=bjacob

This commit is contained in:
Andrew McCreight 2014-07-30 13:00:28 -07:00
parent 1d03b2e2d6
commit 9d2f3d6535

View File

@ -242,12 +242,4 @@ public:
sSVGAnimatedRectTearoffTable;
};
namespace mozilla {
template<>
struct HasDangerousPublicDestructor<nsSVGViewBox>
{
static const bool value = true;
};
}
#endif // __NS_SVGVIEWBOX_H__