From 6b46bb89da45b1ab3167eddc5255a976b4ba7c9f Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Wed, 6 Jan 2016 14:02:58 +0530 Subject: [PATCH] Backed out changeset ad7bcc14bc9c (bug 1236266) for causing perma leaks --HG-- extra : commitid : 8D1VqyqYDLw --- gfx/ipc/GfxMessageUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/ipc/GfxMessageUtils.h b/gfx/ipc/GfxMessageUtils.h index 04b08cae66d0..bd2648411974 100644 --- a/gfx/ipc/GfxMessageUtils.h +++ b/gfx/ipc/GfxMessageUtils.h @@ -377,7 +377,7 @@ struct RegionParamTraits { Iter it(param); while (const Rect* r = it.Next()) { - MOZ_RELEASE_ASSERT(!r->IsEmpty()); + MOZ_ASSERT(!r->IsEmpty()); WriteParam(msg, *r); } // empty rects are sentinel values because nsRegions will never