зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1302359 - Fix Promise.Reject() typo from bug 1299072 r=jya
MozReview-Commit-ID: 42XAL3TFGIF
This commit is contained in:
Родитель
d080d46c5a
Коммит
be9a9e8643
|
@ -289,7 +289,7 @@ void MediaOmxReader::HandleResourceAllocated()
|
||||||
nsIntSize displaySize(displayWidth, displayHeight);
|
nsIntSize displaySize(displayWidth, displayHeight);
|
||||||
nsIntSize frameSize(width, height);
|
nsIntSize frameSize(width, height);
|
||||||
if (!IsValidVideoRegion(frameSize, pictureRect, displaySize)) {
|
if (!IsValidVideoRegion(frameSize, pictureRect, displaySize)) {
|
||||||
mMetadataPromise.RejectNS_ERROR_DOM_MEDIA_METADATA_ERR, __func__);
|
mMetadataPromise.Reject(NS_ERROR_DOM_MEDIA_METADATA_ERR, __func__);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче