mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset f76fd418024c. This was never meant to be checked in.
This commit is contained in:
parent
5df760df9e
commit
ea9d8bbc17
@ -1041,9 +1041,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