Bug 1348095 part 1. Remove the unused reserved slots from the XPCWN xray holder. r=bholley

MozReview-Commit-ID: 5IRrE8EmL9A
This commit is contained in:
Boris Zbarsky 2017-03-23 03:06:25 -04:00
parent db2653bbf7
commit ab35f8679e

View File

@ -201,7 +201,7 @@ XPCWrappedNativeXrayTraits::getWN(JSObject* wrapper)
}
const JSClass XPCWrappedNativeXrayTraits::HolderClass = {
"NativePropertyHolder", JSCLASS_HAS_RESERVED_SLOTS(2)
"NativePropertyHolder"
};