Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.

Ding dong!  The witch is dead!
This commit is contained in:
Nicholas Nethercote
2013-01-24 21:24:57 -08:00
parent 5a80e875e1
commit 2d2d004475
96 changed files with 259 additions and 13038 deletions

View File

@@ -173,8 +173,6 @@ ObjectWrapperChild::jsval_to_JSVariant(JSContext* cx, jsval from, JSVariant* to)
case JSTYPE_BOOLEAN:
*to = !!JSVAL_TO_BOOLEAN(from);
return true;
case JSTYPE_XML:
// fall through
default:
return false;
}