Bug 973238 Part 5 -- Remove private field from StructTypeDescr, which is unused r=sfink

This commit is contained in:
Nicholas D. Matsakis 2014-04-01 22:46:04 -04:00
parent 83129e58de
commit 6daced7c0a
2 changed files with 2 additions and 3 deletions

View File

@ -22,4 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Bug 973238 part 4 needs clobber due to self-hosted code (bug 1019955).
Bug 973238 part 5 needs clobber due to self-hosted code (bug 1019955).

View File

@ -822,8 +822,7 @@ js::IsTypedObjectArray(JSObject &obj)
const Class StructTypeDescr::class_ = {
"StructType",
JSCLASS_HAS_RESERVED_SLOTS(JS_DESCR_SLOTS) |
JSCLASS_HAS_PRIVATE, // used to store FieldList
JSCLASS_HAS_RESERVED_SLOTS(JS_DESCR_SLOTS),
JS_PropertyStub,
JS_DeletePropertyStub,
JS_PropertyStub,