mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Backed out changeset 86c9c78b8664 (bug 1748981) for causing geckoview test failures. CLOSED TREE
This commit is contained in:
parent
ebef03db72
commit
6bb4553633
@ -90,7 +90,7 @@ RefPtr<mozilla::MozPromise<bool, bool, false>> LockScreenOrientation(
|
||||
GetCurrentSerialEventTarget(), __func__,
|
||||
[=](const mozilla::MozPromise<bool, ipc::ResponseRejectReason,
|
||||
true>::ResolveOrRejectValue& aValue) {
|
||||
if (aValue.IsResolve() && aValue.ResolveValue()) {
|
||||
if (aValue.IsResolve()) {
|
||||
return mozilla::MozPromise<bool, bool, false>::CreateAndResolve(
|
||||
true, __func__);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user