зеркало из https://github.com/mozilla/pjs.git
Fixed nsnull problem!
This commit is contained in:
Родитель
e698ef7799
Коммит
03745b5cb6
|
@ -177,7 +177,7 @@ public:
|
|||
};
|
||||
|
||||
static NS_COM nsresult DumpStatistics(StatisticsType type = ALL_STATS,
|
||||
nsIOutputStream* out = nsnull);
|
||||
nsIOutputStream* out = 0);
|
||||
|
||||
static NS_COM void ResetStatistics(void);
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ public:
|
|||
};
|
||||
|
||||
static NS_COM nsresult DumpStatistics(StatisticsType type = ALL_STATS,
|
||||
nsIOutputStream* out = nsnull);
|
||||
nsIOutputStream* out = 0);
|
||||
|
||||
static NS_COM void ResetStatistics(void);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче