Fix Windows build.

This commit is contained in:
David Anderson 2010-11-01 11:54:06 -07:00
parent 08dbe84e08
commit 4d695c6ba2

View File

@ -2434,7 +2434,7 @@ SetElementIC::update(JSContext *cx, const Value &objval, const Value &idval)
}
template<JSBool strict>
void
void JS_FASTCALL
ic::SetElement(VMFrame &f, ic::SetElementIC *ic)
{
JSContext *cx = f.cx;