mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959356 try #2 - fix the spelling and type of the isWow64 measurement, r=rnewman
--HG-- extra : rebase_source : 1c07d8481b8152af39fea889504d4fdfef42da53
This commit is contained in:
parent
4e6b93d81b
commit
abfb936018
@ -450,7 +450,7 @@ SysInfoProvider.prototype = Object.freeze({
|
||||
name: "name",
|
||||
version: "version",
|
||||
arch: "architecture",
|
||||
isWOW64: "isWow64",
|
||||
isWow64: "isWow64",
|
||||
},
|
||||
|
||||
collectConstantData: function () {
|
||||
@ -493,6 +493,7 @@ SysInfoProvider.prototype = Object.freeze({
|
||||
// Property is only present on Windows. hasKey() skipping from
|
||||
// above ensures undefined or null doesn't creep in here.
|
||||
value = value ? 1 : 0;
|
||||
method = "setLastNumeric";
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user