1320408 - Part 26: Remove Shape::set declaration.

This commit is contained in:
Gaming4JC 2019-06-09 01:03:19 -04:00 committed by Roy Tam
commit 26cafc58b3

View file

@ -905,9 +905,6 @@ class Shape : public gc::TenuredCell
setter() == rawSetter;
}
bool set(JSContext* cx, HandleNativeObject obj, HandleObject receiver, MutableHandleValue vp,
ObjectOpResult& result);
BaseShape* base() const { return base_.get(); }
bool hasSlot() const {