From 382a5ca2612d106dfca73353604e0734c3a53e0b Mon Sep 17 00:00:00 2001 From: Brendan Eich Date: Sun, 5 Apr 2009 21:32:06 -0700 Subject: [PATCH] Remove stale JS_REQUIRES_STACK for js_CloneFunctionObject prototype (452498 followup to fix static analysis tbox). --- js/src/jsfun.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsfun.h b/js/src/jsfun.h index 03892f66243..a8861e24f71 100644 --- a/js/src/jsfun.h +++ b/js/src/jsfun.h @@ -209,7 +209,7 @@ js_TraceFunction(JSTracer *trc, JSFunction *fun); extern void js_FinalizeFunction(JSContext *cx, JSFunction *fun); -extern JS_REQUIRES_STACK JSObject * +extern JSObject * js_CloneFunctionObject(JSContext *cx, JSFunction *fun, JSObject *parent); extern JS_REQUIRES_STACK JSObject *