mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix visibility warning (no bug, r=themaid)
--HG-- extra : rebase_source : 311a6406b1d2739389276589f23548c6fda89c98
This commit is contained in:
parent
9f4c5472ab
commit
6e6ef093f5
@ -6412,7 +6412,7 @@ CGConstList::finish(ConstArray *array)
|
||||
* We should try to get rid of offsetBias (always 0 or 1, where 1 is
|
||||
* JSOP_{NOP,POP}_LENGTH), which is used only by SRC_FOR.
|
||||
*/
|
||||
JS_FRIEND_DATA(const JSSrcNoteSpec) js_SrcNoteSpec[] = {
|
||||
const JSSrcNoteSpec js_SrcNoteSpec[] = {
|
||||
/* 0 */ {"null", 0},
|
||||
|
||||
/* 1 */ {"if", 0},
|
||||
|
Loading…
Reference in New Issue
Block a user