Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus

This commit is contained in:
Ehsan Akhgari
2014-08-05 09:20:24 -04:00
parent f569a68313
commit cae4fa66a8
64 changed files with 102 additions and 102 deletions

View File

@@ -83,7 +83,7 @@ WebSocketChannelChild::ReleaseIPDLReference()
class WrappedChannelEvent : public nsRunnable
{
public:
WrappedChannelEvent(ChannelEvent *aChannelEvent)
explicit WrappedChannelEvent(ChannelEvent *aChannelEvent)
: mChannelEvent(aChannelEvent)
{
MOZ_RELEASE_ASSERT(aChannelEvent);