From 95c2c4903eab0b6383f1e9e45252d9c639247607 Mon Sep 17 00:00:00 2001 From: Taras Glek Date: Thu, 22 Apr 2010 11:51:11 -0700 Subject: [PATCH] Back out bug 560897. --- gfx/thebes/src/gfxFontUtils.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gfx/thebes/src/gfxFontUtils.cpp b/gfx/thebes/src/gfxFontUtils.cpp index 34a8459d182..3e3a79e5c14 100644 --- a/gfx/thebes/src/gfxFontUtils.cpp +++ b/gfx/thebes/src/gfxFontUtils.cpp @@ -487,7 +487,7 @@ typedef struct { AutoSwap_PRUint16 arrays[1]; } Format4Cmap; -#pragma pack() + PRUint32 gfxFontUtils::MapCharToGlyphFormat4(const PRUint8 *aBuf, PRUnichar aCh) { @@ -773,7 +773,6 @@ struct KernTableSubtableHeaderVersion1 { AutoSwap_PRUint16 tupleIndex; }; -#pragma pack() static PRBool IsValidSFNTVersion(PRUint32 version) {