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

This commit is contained in:
Andreas Gal
2011-03-06 22:31:43 -08:00
parent e2ecb615ac
commit faed51e50f
12 changed files with 25 additions and 32 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 */