mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1181319 - Correctly use NS_DECL_ISUPPORTS_INHERITED instead of NS_DECL_ISUPPORTS for DataChannelChild. r=mcmanus
This commit is contained in:
parent
cc73db2a7a
commit
24f5535c05
@ -23,7 +23,7 @@ class DataChannelChild : public nsDataChannel
|
||||
public:
|
||||
explicit DataChannelChild(nsIURI *uri);
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_ISUPPORTS_INHERITED
|
||||
NS_DECL_NSICHILDCHANNEL
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user