Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen

This commit is contained in:
Ehsan Akhgari
2014-09-01 18:04:52 -04:00
parent 7cea6a9bcc
commit 500b9e8204
12 changed files with 20 additions and 20 deletions

View File

@@ -89,7 +89,7 @@ class nsHtml5ParserThreadTerminator MOZ_FINAL : public nsIObserver
{
public:
NS_DECL_ISUPPORTS
nsHtml5ParserThreadTerminator(nsIThread* aThread)
explicit nsHtml5ParserThreadTerminator(nsIThread* aThread)
: mThread(aThread)
{}
NS_IMETHODIMP Observe(nsISupports *, const char *topic, const char16_t *)