diff --git a/content/svg/content/src/SVGPreserveAspectRatio.h b/content/svg/content/src/SVGPreserveAspectRatio.h index e1d4e64d2ef3..b8bbb2ba26d2 100644 --- a/content/svg/content/src/SVGPreserveAspectRatio.h +++ b/content/svg/content/src/SVGPreserveAspectRatio.h @@ -106,9 +106,6 @@ private: bool mDefer; }; -MOZ_STATIC_ASSERT(sizeof(SVGPreserveAspectRatio) <= 4, - "The compiler didn't pack SVGPreserveAspectRatio well"); - namespace dom { class DOMSVGPreserveAspectRatio MOZ_FINAL : public nsISupports,