Backed out changeset f5eed997b258 (bug 1629419) for crashtests on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2020-06-23 16:50:20 +03:00
Родитель 8bbdc8255f
Коммит e48df5d1c2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -713,7 +713,7 @@ bool ClientWebGLContext::CreateHostContext(const uvec2& requestedSize) {
if (!res.isOk()) {
notLost.info.error = res.unwrapErr();
}
if (notLost.info.error.empty()) {
if (notLost.info.error.size()) {
ThrowEvent_WebGLContextCreationError(notLost.info.error);
return false;
}