mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 611027 - driver suggestion not displayed in about:support due to forgetting assignment. r=jrmuizel a=b
This commit is contained in:
parent
94cfa6f633
commit
dbc80e18a7
@ -217,7 +217,7 @@ function populateGraphicsSection() {
|
|||||||
{
|
{
|
||||||
var d2dSuggestedDriverVersion = null;
|
var d2dSuggestedDriverVersion = null;
|
||||||
try {
|
try {
|
||||||
gfxInfo.getFeatureSuggestedDriverVersion(gfxInfo.FEATURE_DIRECT2D);
|
d2dSuggestedDriverVersion = gfxInfo.getFeatureSuggestedDriverVersion(gfxInfo.FEATURE_DIRECT2D);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
window.dump(e + '\n');
|
window.dump(e + '\n');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user