mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-23 15:37:51 +01:00
Windows: Fix unresolved symbol for cef_sandbox build
This commit is contained in:
parent
ec8076536e
commit
95373bb042
@ -48,6 +48,10 @@ bool ReleaseReservation() {
|
||||
NOTREACHED();
|
||||
return false;
|
||||
}
|
||||
|
||||
void TerminateBecauseOutOfMemory(size_t size) {
|
||||
NOTREACHED();
|
||||
}
|
||||
} // namespace partition_alloc
|
||||
|
||||
#endif // BUILDFLAG(IS_CEF_SANDBOX_BUILD)
|
||||
|
Loading…
x
Reference in New Issue
Block a user