Merge backout.

This commit is contained in:
Jason Orendorff 2009-04-17 14:17:21 -05:00
commit b02039ae3d

View File

@ -3176,7 +3176,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)
{