зеркало из https://github.com/mozilla/pjs.git
Fix Mac build for Warren.
This commit is contained in:
Родитель
a25d7666d2
Коммит
ac9a85c1da
|
@ -427,6 +427,12 @@ public:
|
||||||
NS_IMETHOD_(void)
|
NS_IMETHOD_(void)
|
||||||
Free(void* ptr);
|
Free(void* ptr);
|
||||||
|
|
||||||
|
NS_IMETHOD
|
||||||
|
IsLowMemory(PRBool *_retval)
|
||||||
|
{
|
||||||
|
return NS_ERROR_NOT_IMPLEMENTED;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attempts to shrink the heap.
|
* Attempts to shrink the heap.
|
||||||
*/
|
*/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче