mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 802751 - Remove outdated comment. r=luke DONTBUILD
--HG-- extra : rebase_source : 9641e600293c846e4c7a002d32b1b0da1de28cb5
This commit is contained in:
parent
91f30605f6
commit
8becb422d9
@ -545,11 +545,6 @@ fun_trace(JSTracer *trc, RawObject obj)
|
||||
obj->toFunction()->trace(trc);
|
||||
}
|
||||
|
||||
/*
|
||||
* Reserve two slots in all function objects for XPConnect. Note that this
|
||||
* does not bloat every instance, only those on which reserved slots are set,
|
||||
* and those on which ad-hoc properties are defined.
|
||||
*/
|
||||
JS_FRIEND_DATA(Class) js::FunctionClass = {
|
||||
js_Function_str,
|
||||
JSCLASS_NEW_RESOLVE | JSCLASS_IMPLEMENTS_BARRIERS |
|
||||
|
Loading…
Reference in New Issue
Block a user