mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix static-analysis-tracemonkey burning due to a6071b1aa626.
This commit is contained in:
parent
2e2f8535f0
commit
e62f4c079b
@ -3177,7 +3177,7 @@ js_DeleteRecorder(JSContext* cx)
|
||||
/**
|
||||
* Checks whether the shape of the global object has changed.
|
||||
*/
|
||||
static inline bool
|
||||
static inline JS_REQUIRES_STACK bool
|
||||
js_CheckGlobalObjectShape(JSContext* cx, JSTraceMonitor* tm, JSObject* globalObj,
|
||||
uint32 *shape=NULL, SlotList** slots=NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user