mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 813766: Set EXPORTED_SYMBOLS on this instead of the global. r=gps
This commit is contained in:
parent
77c034ad6e
commit
a5a9edd332
@ -4,7 +4,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// Process each item in the "constants hash" to add to "global" and give a name
|
||||
let EXPORTED_SYMBOLS = [((this[key] = val), key) for ([key, val] in Iterator({
|
||||
this.EXPORTED_SYMBOLS = [((this[key] = val), key) for ([key, val] in Iterator({
|
||||
|
||||
WEAVE_CHANNEL: "@weave_channel@",
|
||||
WEAVE_VERSION: "@weave_version@",
|
||||
|
Loading…
Reference in New Issue
Block a user