Fix bustage on IRIX 6.5 tinderbox (native compiler) with another platform test. b=66134
git-svn-id: svn://10.0.0.236/trunk@139675 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user