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
parent 94cfa6f633
commit dbc80e18a7

View File

@ -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');
}