Bug 1060982 - Fix more bad implicit constructors in the HTML parser; r=hsivonen

This commit is contained in:
Ehsan Akhgari
2014-09-01 18:04:20 -04:00
parent 0bbb1df5e1
commit 1a06ad4b0d
6 changed files with 10 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ class nsHtml5Atom;
class nsHtml5AtomEntry : public nsStringHashKey
{
public:
nsHtml5AtomEntry(KeyTypePointer aStr);
explicit nsHtml5AtomEntry(KeyTypePointer aStr);
nsHtml5AtomEntry(const nsHtml5AtomEntry& aOther);
~nsHtml5AtomEntry();
inline nsHtml5Atom* GetAtom()