Bug 1181319 - Correctly use NS_DECL_ISUPPORTS_INHERITED instead of NS_DECL_ISUPPORTS for DataChannelChild. r=mcmanus

This commit is contained in:
Michael Layzell 2015-07-07 14:06:00 +02:00
parent a84b49a870
commit 7b013a7f16

View File

@ -23,7 +23,7 @@ class DataChannelChild : public nsDataChannel
public:
explicit DataChannelChild(nsIURI *uri);
NS_DECL_ISUPPORTS
NS_DECL_ISUPPORTS_INHERITED
NS_DECL_NSICHILDCHANNEL
protected: