mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 862765 - Fixed undefined OS.Shared.TEST. r=yoric
This commit is contained in:
parent
0589ec46bc
commit
c19f6afe37
@ -22,7 +22,7 @@
|
||||
if (exports.OS.Shared.Type) {
|
||||
return; // Avoid double-initialization
|
||||
}
|
||||
|
||||
OS.Shared.TEST = false;
|
||||
// Import components after having initialized |exports.OS|, to ensure
|
||||
// that everybody uses the same definition of |OS|.
|
||||
if (typeof Components != "undefined") {
|
||||
|
Loading…
Reference in New Issue
Block a user