зеркало из https://github.com/mozilla/gecko-dev.git
bug 1464999 - make SplayTree.remove clear mRight and mLeft r=froydnj
... to allow a user to remove() an entry, update the values and re-insert() it into a tree. MozReview-Commit-ID: GrSY90Q3ugt --HG-- extra : rebase_source : 9d8876064f9e3d5b9e4249936a4c999b74fcc9ad
This commit is contained in:
Родитель
dde8915c1e
Коммит
0506997177
|
@ -148,6 +148,8 @@ public:
|
|||
mRoot->mRight->mParent = mRoot;
|
||||
}
|
||||
|
||||
last->mLeft = nullptr;
|
||||
last->mRight = nullptr;
|
||||
return last;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче