Add inline requested in bug 523257.

This commit is contained in:
Robert Sayre 2009-10-19 21:54:52 -04:00
parent 402272136f
commit ca3f6c3582

View File

@ -859,7 +859,7 @@ js_GetPrimitiveThis(JSContext *cx, jsval *vp, JSClass *clasp, jsval *thisvp)
}
/* Some objects (e.g., With) delegate 'this' to another object. */
static JSObject *
static inline JSObject *
CallThisObjectHook(JSContext *cx, JSObject *obj, jsval *argv)
{
JSObject *thisp = obj->thisObject(cx);