зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1629419 - Replaced size call with .empty r=handyman
Differential Revision: https://phabricator.services.mozilla.com/D80037
This commit is contained in:
Родитель
c112069ef0
Коммит
6b3fdafae1
|
@ -713,7 +713,7 @@ bool ClientWebGLContext::CreateHostContext(const uvec2& requestedSize) {
|
||||||
if (!res.isOk()) {
|
if (!res.isOk()) {
|
||||||
notLost.info.error = res.unwrapErr();
|
notLost.info.error = res.unwrapErr();
|
||||||
}
|
}
|
||||||
if (notLost.info.error.size()) {
|
if (notLost.info.error.empty()) {
|
||||||
ThrowEvent_WebGLContextCreationError(notLost.info.error);
|
ThrowEvent_WebGLContextCreationError(notLost.info.error);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче