bug 572494 - removal of JSObjectOps::defaultValue, r=jorendorff

This commit is contained in:
Igor Bukanov
2010-07-07 09:53:47 +02:00
parent 0b7b5454b1
commit dfe5c6a674
11 changed files with 23 additions and 82 deletions

View File

@@ -1067,7 +1067,6 @@ JSObjectOps js_ArrayObjectOps = {
array_getAttributes,
array_setAttributes,
array_deleteProperty,
js_DefaultValue,
js_Enumerate,
array_typeOf,
array_trace,