Bug 611027 - driver suggestion not displayed in about:support due to forgetting assignment. r=jrmuizel a=b

This commit is contained in:
Joe Drew 2010-11-11 15:31:22 -05:00
Родитель df6fe6af59
Коммит d670170772
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -217,7 +217,7 @@ function populateGraphicsSection() {
{
var d2dSuggestedDriverVersion = null;
try {
gfxInfo.getFeatureSuggestedDriverVersion(gfxInfo.FEATURE_DIRECT2D);
d2dSuggestedDriverVersion = gfxInfo.getFeatureSuggestedDriverVersion(gfxInfo.FEATURE_DIRECT2D);
} catch(e) {
window.dump(e + '\n');
}