Bug 814497 - Fix nsScriptErrorWithStack constructor. r=ehsan

This commit is contained in:
Alexandre Poirot 2015-07-15 09:58:26 -07:00
Родитель 6ea9619e02
Коммит ec268220f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)