From 5510bd146fd078c71ecbc85ebc6a0268eb59d4ab Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Fri, 22 May 2020 16:53:29 +0000 Subject: [PATCH] Bug 1639563 - fix GCC internal compiler error. r=jfkthame Differential Revision: https://phabricator.services.mozilla.com/D76508 --- gfx/thebes/gfxUserFontSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/gfxUserFontSet.cpp b/gfx/thebes/gfxUserFontSet.cpp index 0a045952434a..3f13ca9885d6 100644 --- a/gfx/thebes/gfxUserFontSet.cpp +++ b/gfx/thebes/gfxUserFontSet.cpp @@ -173,7 +173,7 @@ const uint8_t* gfxUserFontEntry::SanitizeOpenTypeData( return nullptr; } - gfxOTSExpandingMemoryStream output(lengthHint); + gfxOTSExpandingMemoryStream output(lengthHint); gfxOTSMessageContext otsContext; if (!otsContext.Process(&output, aData, aLength, aMessages)) {