Fix JS/js typo from bug 899245 (r=red)

This commit is contained in:
Luke Wagner 2013-07-29 19:36:20 -05:00
parent 3981095851
commit 1d8575c06a

View File

@ -562,7 +562,7 @@ JavaScriptParent::unwrap(JSContext *cx, ObjectId objId)
bool callable = !!(objId & OBJECT_IS_CALLABLE); bool callable = !!(objId & OBJECT_IS_CALLABLE);
RootedObject global(cx, JS::DefaultObjectForContextOrNull(cx)); RootedObject global(cx, js::DefaultObjectForContextOrNull(cx));
RootedValue v(cx, UndefinedValue()); RootedValue v(cx, UndefinedValue());
JSObject *obj = NewProxyObject(cx, JSObject *obj = NewProxyObject(cx,