Bug 814497 - Fix nsScriptErrorWithStack constructor. r=ehsan

This commit is contained in:
Alexandre Poirot 2015-07-15 09:58:26 -07:00
parent c8e862eb93
commit 88e9470ef7

View File

@ -3030,7 +3030,7 @@ protected:
class nsScriptErrorWithStack : public nsScriptError {
public:
nsScriptErrorWithStack(JS::HandleObject);
explicit nsScriptErrorWithStack(JS::HandleObject);
NS_DECL_CYCLE_COLLECTING_ISUPPORTS
NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(nsScriptErrorWithStack)