mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Add field for modular netlib data to MWContext (sigh).
This commit is contained in:
parent
874dd41fd3
commit
40343ab7e6
@ -331,6 +331,9 @@ struct MWContext_ {
|
||||
void *ncast_channel_context;
|
||||
/* if the window is displaying an XML file, keep a pointer to the XML file structure here */
|
||||
void* xmlfile;
|
||||
#ifdef MODULAR_NETLIB
|
||||
URL_Struct* modular_data;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user