Bug 1090242 - Fix some more bad implicit constructors in DOM; r=baku

This commit is contained in:
Ehsan Akhgari
2014-10-10 17:28:35 -04:00
parent b2bd0fc20d
commit adaedd07aa
21 changed files with 35 additions and 33 deletions

View File

@@ -37,7 +37,8 @@ using namespace mozilla::plugins::parent;
class MOZ_STACK_CLASS StackIdentifier
{
public:
StackIdentifier(const PluginIdentifier& aIdentifier, bool aIntern = false);
explicit StackIdentifier(const PluginIdentifier& aIdentifier,
bool aIntern = false);
bool Failed() const { return mFailed; }
NPIdentifier ToNPIdentifier() const { return mIdentifier; }