mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1034909 - Remove dangerous public destructor of nsSVGViewBox. r=bjacob
This commit is contained in:
parent
1d03b2e2d6
commit
9d2f3d6535
@ -242,12 +242,4 @@ public:
|
||||
sSVGAnimatedRectTearoffTable;
|
||||
};
|
||||
|
||||
namespace mozilla {
|
||||
template<>
|
||||
struct HasDangerousPublicDestructor<nsSVGViewBox>
|
||||
{
|
||||
static const bool value = true;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // __NS_SVGVIEWBOX_H__
|
||||
|
Loading…
Reference in New Issue
Block a user