| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 77af872b3f600650e05058e5657edc81734d86c6..055ce558dbd18453ca2f55da3b0504cc58184b52 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1156,7 +1156,7 @@ class StackLimitCheck BASE_EMBEDDED {
|
| // account.
|
| class PostponeInterruptsScope BASE_EMBEDDED {
|
| public:
|
| - PostponeInterruptsScope(Isolate* isolate)
|
| + explicit PostponeInterruptsScope(Isolate* isolate)
|
| : stack_guard_(isolate->stack_guard()) {
|
| stack_guard_->thread_local_.postpone_interrupts_nesting_++;
|
| stack_guard_->DisableInterrupts();
|
|
|