mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1264948 - Compily with Windows lack of support for noexcept keyword. r=me
This commit is contained in:
parent
5b033cd6c7
commit
b8c0bce946
@ -150,7 +150,7 @@ class AutoJitContextAlloc
|
||||
|
||||
struct TempObject
|
||||
{
|
||||
inline void* operator new(size_t nbytes, TempAllocator::Fallible view) noexcept {
|
||||
inline void* operator new(size_t nbytes, TempAllocator::Fallible view) throw() {
|
||||
return view.alloc.allocate(nbytes);
|
||||
}
|
||||
inline void* operator new(size_t nbytes, TempAllocator& alloc) {
|
||||
|
Loading…
Reference in New Issue
Block a user