Fix Mac build for Warren.

This commit is contained in:
rjc%netscape.com 2000-08-24 11:22:45 +00:00
parent c35fd8e783
commit a9150cd1ee

View File

@ -427,6 +427,12 @@ public:
NS_IMETHOD_(void)
Free(void* ptr);
NS_IMETHOD
IsLowMemory(PRBool *_retval)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/**
* Attempts to shrink the heap.
*/