mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix Mac build for Warren.
This commit is contained in:
parent
c35fd8e783
commit
a9150cd1ee
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user