mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
42e13fd8bf
7 changed files with 10 additions and 40 deletions
|
|
@ -117,7 +117,7 @@ class ExclusiveData
|
|||
}
|
||||
|
||||
ExclusiveData(ExclusiveData&& rhs) :
|
||||
lock_(mozilla::Move(rhs.lock))
|
||||
lock_(mozilla::Move(rhs.lock()))
|
||||
{
|
||||
MOZ_ASSERT(&rhs != this, "self-move disallowed!");
|
||||
new (value_.addr()) T(mozilla::Move(*rhs.value_.addr()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue