mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Temporarily backing this change out to fix bug 336100, r=brendan approval for the closed-tree checkin from bz
This commit is contained in:
parent
bc46644aa6
commit
e7695293dd
@ -889,7 +889,7 @@ call_convert(JSContext *cx, JSObject *obj, JSType type, jsval *vp)
|
||||
|
||||
JSClass js_CallClass = {
|
||||
js_Call_str,
|
||||
JSCLASS_HAS_PRIVATE | JSCLASS_NEW_RESOLVE | JSCLASS_IS_ANONYMOUS |
|
||||
JSCLASS_HAS_PRIVATE | JSCLASS_NEW_RESOLVE |
|
||||
JSCLASS_HAS_CACHED_PROTO(JSProto_Call),
|
||||
JS_PropertyStub, JS_PropertyStub,
|
||||
call_getProperty, call_setProperty,
|
||||
|
Loading…
Reference in New Issue
Block a user