зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset f5eed997b258 (bug 1629419) for crashtests on a CLOSED TREE
This commit is contained in:
Родитель
8bbdc8255f
Коммит
e48df5d1c2
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче