зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1316850 - no need to allow null label in pushControl. r=bbouvier
--HG-- extra : rebase_source : e56cd2f4a20212070623d618359c1c54bdc27829
This commit is contained in:
Родитель
735010de1f
Коммит
d56a59418c
|
@ -1934,8 +1934,7 @@ class BaseCompiler
|
|||
|
||||
if (!ctl_.emplaceBack(Control(framePushed, stackSize)))
|
||||
return false;
|
||||
if (label)
|
||||
ctl_.back().label = label->release();
|
||||
ctl_.back().label = label->release();
|
||||
if (otherLabel)
|
||||
ctl_.back().otherLabel = otherLabel->release();
|
||||
ctl_.back().deadOnArrival = deadCode_;
|
||||
|
|
Загрузка…
Ссылка в новой задаче