bug 797398 followup - restore comment in all.js that was accidentally eliminated by this bug. no_r=me DONTBUILD

This commit is contained in:
Jonathan Kew 2012-10-10 09:46:10 +01:00
Родитель 117e69b7e2
Коммит cb6757d23b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -236,7 +236,7 @@ pref("gfx.font_rendering.graphite.enabled", false);
// use harfbuzz for default (0x01) + arabic (0x02) + hebrew (0x04)
pref("gfx.font_rendering.harfbuzz.scripts", 7);
#else
// use harfbuzz for all scripts
// use harfbuzz for all scripts (except when using AAT fonts on OS X)
pref("gfx.font_rendering.harfbuzz.scripts", -1);
#endif