Remove JSObject::privateData, bug 693479.

This commit is contained in:
Brian Hackett
2011-10-10 17:14:38 -07:00
parent 782b541865
commit 39d67cf8d7
23 changed files with 202 additions and 93 deletions

View File

@@ -1259,7 +1259,6 @@ Class js::ArrayClass = {
Class js::SlowArrayClass = {
"Array",
JSCLASS_HAS_PRIVATE |
JSCLASS_HAS_CACHED_PROTO(JSProto_Array),
slowarray_addProperty,
JS_PropertyStub, /* delProperty */