Skip to content

Commit

Permalink
Backed out changeset 86c9c78b8664 (bug 1748981) for causing geckoview…
Browse files Browse the repository at this point in the history
… test failures. CLOSED TREE
  • Loading branch information
Marian-Vasile Laza committed Jan 9, 2022
1 parent ebef03d commit 6bb4553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/sandbox/SandboxHal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__);
}
Expand Down

0 comments on commit 6bb4553

Please sign in to comment.