Bug 847804 - Remove assert in SVGPreserveAspectRatio.h. r=dholbert

This commit is contained in:
Cameron Kaiser 2013-03-04 22:27:53 -08:00
Родитель 2003934180
Коммит df3adb036c
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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,