зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1227190. Make the constructor for ReportExceptionClosure explicit to silence our static analyzers. r=CLOSED TREE
This commit is contained in:
Родитель
dc635a03da
Коммит
9c0fbd9079
|
@ -979,7 +979,7 @@ namespace {
|
|||
class MOZ_STACK_CLASS ReportExceptionClosure : public ScriptEnvironmentPreparer::Closure
|
||||
{
|
||||
public:
|
||||
ReportExceptionClosure(RootedValue& exn)
|
||||
explicit ReportExceptionClosure(RootedValue& exn)
|
||||
: exn_(exn)
|
||||
{
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче