Bug 440982 To avoid calling JS at unsafe times from JS_GC, jsds_ScriptHookProc should...
commitb7b3e4cc32fd9464926074909d800bdcac7106f8
authortimeless@mozdev.org <timeless@mozdev.org>
Fri, 5 Jun 2009 01:00:56 +0000 (4 21:00 -0400)
committertimeless@mozdev.org <timeless@mozdev.org>
Fri, 5 Jun 2009 01:00:56 +0000 (4 21:00 -0400)
treeafa2fab91f98904aa8e8c194fcf89571c627c87a
parentef9af03c3d2a0a58ae816ce453637c3f434b5be2
Bug 440982 To avoid calling JS at unsafe times from JS_GC, jsds_ScriptHookProc should not get the script hook unless it needs to and it is safe to call
r=brendan sr=brendan
js/jsd/jsd_xpc.cpp