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 cfbcb464d4
commit 4db9367371

View File

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