mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 554174 - Follow-up, fix Windows-only JS syntax error
This commit is contained in:
parent
afa8318625
commit
12156cd497
@ -301,7 +301,7 @@ let dataProviders = {
|
||||
gfxInfo.getFeatureStatus(Ci.nsIGfxInfo.FEATURE_WEBGL_ANGLE) !=
|
||||
Ci.nsIGfxInfo.FEATURE_NO_INFO &&
|
||||
gfxInfo.getFeatureStatus(Ci.nsIGfxInfo.FEATURE_WEBGL_OPENGL) ==
|
||||
Ci.nsIGfxInfo.FEATURE_NO_INFO) ?
|
||||
Ci.nsIGfxInfo.FEATURE_NO_INFO ?
|
||||
Ci.nsIGfxInfo.FEATURE_WEBGL_OPENGL :
|
||||
Ci.nsIGfxInfo.FEATURE_WEBGL_ANGLE;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user