Bug 1362205 followup - Fix bustage from implicit fallthrough on a CLOSED TREE.

MozReview-Commit-ID: Bo7GtRSedrW
This commit is contained in:
Xidorn Quan 2017-05-06 14:24:19 +10:00
Родитель 331a401c00
Коммит 419312acef
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -468,6 +468,7 @@ JS_GetTraceThingInfo(char* buf, size_t bufsize, JSTracer* trc, void* thing,
{
js::Scope* scope = static_cast<js::Scope*>(thing);
snprintf(buf, bufsize, " %s", js::ScopeKindString(scope->kind()));
break;
}
default: