Skip to content
Snippets Groups Projects
Commit 5f20e074 authored by rswindell's avatar rswindell
Browse files

Fixed bug in Deuce's recent commit.

parent 8d0ecee0
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ JSObject* DLLCALL js_CreateXtrnAreaObject(JSContext* cx, JSObject* parent, scfg_
val=JSVAL_TRUE;
else
val=JSVAL_FALSE;
if(!JS_SetProperty(cx, progobj, "can_access", &val))
if(!JS_SetProperty(cx, secobj, "can_access", &val))
return(NULL);
/* prog_list[] */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment