mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 812203 - Ensure we don't try to set security callbacks on missing connections. r=mayhemer
This commit is contained in:
parent
81fbf53a81
commit
bc221e9e62
@ -202,7 +202,8 @@ public:
|
||||
{ return fwdObject ? (fwdObject)->BytesWritten() : 0; } \
|
||||
void SetSecurityCallbacks(nsIInterfaceRequestor* aCallbacks) \
|
||||
{ \
|
||||
(fwdObject)->SetSecurityCallbacks(aCallbacks); \
|
||||
if (fwdObject) \
|
||||
(fwdObject)->SetSecurityCallbacks(aCallbacks); \
|
||||
}
|
||||
|
||||
#endif // nsAHttpConnection_h__
|
||||
|
Loading…
Reference in New Issue
Block a user