diff --git a/gfx/thebes/src/gfxWindowsFonts.cpp b/gfx/thebes/src/gfxWindowsFonts.cpp index b112b23b3596..3f7f06b17d40 100644 --- a/gfx/thebes/src/gfxWindowsFonts.cpp +++ b/gfx/thebes/src/gfxWindowsFonts.cpp @@ -1176,7 +1176,7 @@ public: // font doesn't have the glyph. Don't draw a hexbox and // don't give it width. if (mString[offset] == UNICODE_ZWSP) { - aRun->SetCharacterGlyph(runOffset, g.IsMissing()); + aRun->SetCharacterGlyph(runOffset, g.SetMissing()); } else { aRun->SetMissingGlyph(runOffset, mString[offset]); }