Fix visibility warning (no bug, r=themaid)

--HG--
extra : rebase_source : 311a6406b1d2739389276589f23548c6fda89c98
This commit is contained in:
Luke Wagner 2013-06-21 18:09:07 -07:00
parent 9f4c5472ab
commit 6e6ef093f5

View File

@ -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},