зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1054394 - Avoid clang internal compiler error in Zone.h. r=jfkthame
This commit is contained in:
Родитель
17142ab846
Коммит
30e4762ded
|
@ -421,7 +421,7 @@ class CompartmentsIterT
|
|||
|
||||
void next() {
|
||||
JS_ASSERT(!done());
|
||||
JS_ASSERT(!comp->done());
|
||||
JS_ASSERT(!comp.ref().done());
|
||||
comp->next();
|
||||
if (comp->done()) {
|
||||
comp.reset();
|
||||
|
|
Загрузка…
Ссылка в новой задаче