mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup to bug 872701 to fix tests on a CLOSED TREE
This commit is contained in:
parent
af76a5c9fe
commit
241cbe421d
@ -134,7 +134,7 @@ DriverInfo = (function() {
|
|||||||
getOS: function() { return kOS; },
|
getOS: function() { return kOS; },
|
||||||
getDriver: function() { return kDriver; },
|
getDriver: function() { return kDriver; },
|
||||||
getOSVersion: function() { return kOSVersion; },
|
getOSVersion: function() { return kOSVersion; },
|
||||||
hasWebGL: function { return kHasWebGL; },
|
hasWebGL: function() { return kHasWebGL; },
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user