mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
Fix a silly typo decompiling the setting of the default xml namespace. bug 331558, patch by Erik Fabert <jerfa@email.it>, r=mrbkap
This commit is contained in:
parent
8eecf891b5
commit
bd2900305a
@ -2564,7 +2564,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
|
||||
|
||||
case JSOP_DEFXMLNS:
|
||||
rval = POP_STR();
|
||||
js_printf(jp, "\t%s %s %s %s;\n",
|
||||
js_printf(jp, "\t%s %s %s = %s;\n",
|
||||
js_default_str, js_xml_str, js_namespace_str, rval);
|
||||
todo = -2;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user