Backout 2255560d9b6c (bug 912054) for breaking PGO builds on the UX branch (bug 913251)

This commit is contained in:
Matthew Noorenberghe 2013-09-06 17:38:03 -07:00
parent 46dc9e39c8
commit d52864cae3

View File

@ -246,9 +246,7 @@ void nsRegion::Init()
mRectListHead.prev = mRectListHead.next = &mRectListHead;
mCurRect = &mRectListHead;
mRectCount = 0;
MOZ_ASSERT(mBoundRect.x == 0 && mBoundRect.y == 0 &&
mBoundRect.width == 0 && mBoundRect.height == 0,
"Caller must have initialized mBoundRect");
mBoundRect.SetRect (0, 0, 0, 0);
}
inline void nsRegion::InsertBefore (RgnRect* aNewRect, RgnRect* aRelativeRect)