mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-24 07:58:11 +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();
|
NOTREACHED();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void TerminateBecauseOutOfMemory(size_t size) {
|
||||||
|
NOTREACHED();
|
||||||
|
}
|
||||||
} // namespace partition_alloc
|
} // namespace partition_alloc
|
||||||
|
|
||||||
#endif // BUILDFLAG(IS_CEF_SANDBOX_BUILD)
|
#endif // BUILDFLAG(IS_CEF_SANDBOX_BUILD)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user