mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 10:08:41 +00:00
Fix bustage on IRIX 6.5 tinderbox (native compiler) with another platform test. b=66134
This commit is contained in:
parent
20e6a3d1ec
commit
af71f025b3
@ -196,7 +196,7 @@ class nsDerivedSafe : public T
|
||||
nsrefcnt Release(void);
|
||||
#endif
|
||||
|
||||
#if !defined(XP_OS2_VACPP) && !defined(AIX)
|
||||
#if !defined(XP_OS2_VACPP) && !defined(AIX) && !defined(IRIX)
|
||||
void operator delete( void*, size_t ); // NOT TO BE IMPLEMENTED
|
||||
// declaring |operator delete| private makes calling delete on an interface pointer a compile error
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user