зеркало из https://github.com/mozilla/pjs.git
Bug 384864 - imgRequest: replace nsVoidArray with nsAutoVoidArray to reduce the number of allocations p=Alfred Kayser <alfredkayser@nl.ibm.com> r=pavlov, sr=tor, a=pavlov
This commit is contained in:
Родитель
d6951d6f15
Коммит
e3c835ca35
|
@ -154,7 +154,7 @@ private:
|
|||
nsCOMPtr<imgIDecoder> mDecoder;
|
||||
nsCOMPtr<nsIProperties> mProperties;
|
||||
|
||||
nsVoidArray mObservers;
|
||||
nsAutoVoidArray mObservers;
|
||||
|
||||
PRPackedBool mLoading;
|
||||
PRPackedBool mProcessing;
|
||||
|
|
Загрузка…
Ссылка в новой задаче