namespace JSC {
-class CustomGetterSetter : public JSCell {
+class CustomGetterSetter final : public JSCell {
public:
typedef JSCell Base;
+ static const unsigned StructureFlags = Base::StructureFlags | StructureIsImmortal;
typedef PropertySlot::GetValueFunc CustomGetter;
typedef PutPropertySlot::PutValueFunc CustomSetter;