зеркало из https://github.com/mozilla/gecko-dev.git
Added a reference count field to MWContext when MODULAR_NETLIB is defined. This is necessary because MWContexts are now shared by multiple threads...
This commit is contained in:
Родитель
1dbc78ec6c
Коммит
e2b6d1a712
|
@ -334,6 +334,7 @@ struct MWContext_ {
|
|||
Bool anonymous;
|
||||
#ifdef MODULAR_NETLIB
|
||||
URL_Struct* modular_data;
|
||||
PRInt32 ref_count;
|
||||
#endif
|
||||
|
||||
/* This gets set to `true' when layout encounters an image with no
|
||||
|
|
Загрузка…
Ссылка в новой задаче