Bug 600153 - TM: fix storeAccSet for functionProbe(). r=sphink.

This commit is contained in:
Nicholas Nethercote 2010-09-28 18:00:07 -07:00
parent 870953b461
commit 4793afb76c

View File

@ -10401,7 +10401,8 @@ functionProbe(JSContext *cx, JSFunction *fun, JSBool enter)
return true;
}
JS_DEFINE_CALLINFO_3(static, BOOL, functionProbe, CONTEXT, FUNCTION, BOOL, 0, 0)
JS_DEFINE_CALLINFO_3(static, BOOL, functionProbe, CONTEXT, FUNCTION, BOOL,
0, ACCSET_STORE_ANY)
#endif
JS_REQUIRES_STACK AbortableRecordingStatus