--- a/gfx/thebes/gfxFont.cpp 2017-06-15 22:52:37.000000000 +0200 +++ b/gfx/thebes/gfxFont.cpp.new 2017-07-10 21:33:43.241262630 +0200 @@ -2612,6 +2612,16 @@ return sw; } +template gfxShapedWord* gfxFont::GetShapedWord(DrawTarget *aDrawTarget, + const unsigned char *aText, + uint32_t aLength, + uint32_t aHash, + Script aRunScript, + bool aVertical, + int32_t aAppUnitsPerDevUnit, + uint32_t aFlags, + gfxTextPerfMetrics *aTextPerf GFX_MAYBE_UNUSED); + bool gfxFont::CacheHashEntry::KeyEquals(const KeyTypePointer aKey) const {