mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
1320408 - Part 26: Remove Shape::set declaration.
This commit is contained in:
parent
f232a0b574
commit
26cafc58b3
1 changed files with 0 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue