mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 1034908: Mark js::ErrorCopier construct as 'explicit', as per review comments. r=jorendorff
This commit is contained in:
parent
1c97de1410
commit
bc3da3c2b7
@ -589,7 +589,7 @@ class ErrorCopier
|
||||
mozilla::Maybe<AutoCompartment> ∾
|
||||
|
||||
public:
|
||||
ErrorCopier(mozilla::Maybe<AutoCompartment> &ac)
|
||||
explicit ErrorCopier(mozilla::Maybe<AutoCompartment> &ac)
|
||||
: ac(ac) {}
|
||||
~ErrorCopier();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user