mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1816158: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
e7e5cc9f68
commit
31aa168ff3
@ -205,7 +205,8 @@ static inline void MaybeVerifyBarriers(JSContext* cx, bool always = false) {}
|
||||
* This works by updating the |JSContext::suppressGC| counter which is checked
|
||||
* at the start of GC.
|
||||
*/
|
||||
class MOZ_RAII JS_HAZ_GC_SUPPRESSED AutoSuppressGC : public JS::AutoRequireNoGC {
|
||||
class MOZ_RAII JS_HAZ_GC_SUPPRESSED AutoSuppressGC
|
||||
: public JS::AutoRequireNoGC {
|
||||
int32_t& suppressGC_;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user