Remove ObjectOps trace hook (bug 639227, r=dvander).

This commit is contained in:
Andreas Gal
2011-03-06 20:49:54 -08:00
parent a5a16ea2f4
commit 8b96babfed
12 changed files with 20 additions and 27 deletions

View File

@@ -984,7 +984,7 @@ Class js_ArrayClass = {
NULL, /* construct */
NULL, /* xdrObject */
NULL, /* hasInstance */
NULL, /* mark */
array_trace, /* trace */
JS_NULL_CLASS_EXT,
{
array_lookupProperty,
@@ -996,7 +996,6 @@ Class js_ArrayClass = {
array_deleteProperty,
NULL, /* enumerate */
array_typeOf,
array_trace,
array_fix,
NULL, /* thisObject */
NULL, /* clear */