Skip to content

Commit

Permalink
Bug 1782027 - Fix bustage in simulated early-beta Windows builds r=gcp
Browse files Browse the repository at this point in the history
... which was entirely due to a trivial error on my part.

Differential Revision: https://phabricator.services.mozilla.com/D153109
  • Loading branch information
selenography committed Jul 28, 2022
1 parent 501b8ff commit 5f25d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory/build/mozjemalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ static bool ShouldStallAndRetry() {

using MozAllocRetries::MozVirtualAlloc;
# else
using MozVirtualAlloc = VirtualAlloc;
# define MozVirtualAlloc VirtualAlloc
# endif // MOZ_STALL_ON_OOM
#endif // XP_WIN

Expand Down

0 comments on commit 5f25d69

Please sign in to comment.