Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen
This commit is contained in:
@@ -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 *)
|
||||
|
||||
Reference in New Issue
Block a user