зеркало из https://github.com/mozilla/gecko-dev.git
Fix Os/2 bustage for now - I've no idea why. I need to build a testcase
This commit is contained in:
Родитель
f5d16a05d0
Коммит
6a050d9a3d
|
@ -76,7 +76,11 @@ class nsITimer;
|
|||
class nsIMemory;
|
||||
|
||||
class NS_COM nsRecyclingAllocator {
|
||||
#ifdef XP_OS2
|
||||
public:
|
||||
#else
|
||||
protected:
|
||||
#endif
|
||||
struct Block {
|
||||
PRUint32 bytes;
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче