Bug 924720 - Part 0: Free up spare JSClass flags. (r=jwalden)

This commit is contained in:
Eric Faust
2014-01-29 17:20:15 -08:00
parent dc61c0368a
commit 06f485380a
3 changed files with 2 additions and 13 deletions

View File

@@ -1254,8 +1254,7 @@ stopiter_hasInstance(JSContext *cx, HandleObject obj, MutableHandleValue v, bool
const Class StopIterationObject::class_ = {
"StopIteration",
JSCLASS_HAS_CACHED_PROTO(JSProto_StopIteration) |
JSCLASS_FREEZE_PROTO,
JSCLASS_HAS_CACHED_PROTO(JSProto_StopIteration),
JS_PropertyStub, /* addProperty */
JS_DeletePropertyStub, /* delProperty */
JS_PropertyStub, /* getProperty */