mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge backout.
This commit is contained in:
commit
6317e3db02
@ -1042,9 +1042,7 @@ proxy_Construct(JSContext *cx, uintN argc, Value *vp)
|
||||
static JSType
|
||||
proxy_TypeOf_fun(JSContext *cx, JSObject *obj)
|
||||
{
|
||||
return obj->unwrap()->isRegExp()
|
||||
? JSTYPE_OBJECT
|
||||
: JSTYPE_FUNCTION;
|
||||
return JSTYPE_FUNCTION;
|
||||
}
|
||||
|
||||
JS_FRIEND_API(Class) FunctionProxyClass = {
|
||||
|
Loading…
Reference in New Issue
Block a user