mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 600153 - TM: fix storeAccSet for functionProbe(). r=sphink.
This commit is contained in:
parent
870953b461
commit
4793afb76c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user