Fix static-analysis-tracemonkey burning due to a6071b1aa626.

This commit is contained in:
Jason Orendorff 2009-04-17 11:22:57 -05:00
parent 2e2f8535f0
commit e62f4c079b

View File

@ -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)
{