mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add inline requested in bug 523257.
This commit is contained in:
parent
402272136f
commit
ca3f6c3582
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user