Followup fix to bug 948583, r=typo. :-(

--HG--
extra : rebase_source : f5279bb1df08ab03496e5b87765ca850b573a287
This commit is contained in:
Jeff Walden 2014-01-21 18:19:46 -05:00
parent aee1d06f82
commit 40c3f74739

View File

@ -578,7 +578,7 @@ static const JSPropertySpec sCTypeProps[] = {
(Property<CType::IsCTypeOrProto, CType::PrototypeGetter>::Fun),
CTYPESACC_FLAGS),
JS_PS_END
};l
};
static const JSFunctionSpec sCTypeFunctions[] = {
JS_FN("array", CType::CreateArray, 0, CTYPESFN_FLAGS),