bug 572411 - removal of JSObjectOps::checkAccess. r=mrbkap

This commit is contained in:
Igor Bukanov
2010-06-17 14:32:26 +02:00
parent 34d0b512ea
commit 637e2f8470
11 changed files with 34 additions and 65 deletions

View File

@@ -839,7 +839,6 @@ static JSObjectOps js_SlowArrayObjectOps = {
js_DeleteProperty,
js_DefaultValue,
js_Enumerate,
js_CheckAccess,
array_typeOf,
js_TraceObject,
NULL, /* thisObject */
@@ -1097,7 +1096,6 @@ JSObjectOps js_ArrayObjectOps = {
array_deleteProperty,
js_DefaultValue,
js_Enumerate,
js_CheckAccess,
array_typeOf,
array_trace,
NULL, /* thisObject */