Windows: Fix unresolved symbol for cef_sandbox build

This commit is contained in:
Marshall Greenblatt 2022-06-23 11:20:39 +03:00
parent ec8076536e
commit 95373bb042
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ bool ReleaseReservation() {
NOTREACHED();
return false;
}
void TerminateBecauseOutOfMemory(size_t size) {
NOTREACHED();
}
} // namespace partition_alloc
#endif // BUILDFLAG(IS_CEF_SANDBOX_BUILD)