| Index: src/execution.h
|
| diff --git a/src/execution.h b/src/execution.h
|
| index 92d11daab0cd9ff33898c87ad39dc6d3176e0428..d5f6371726f1f8a837d419773a398827bfba4869 100644
|
| --- a/src/execution.h
|
| +++ b/src/execution.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "src/allocation.h"
|
| #include "src/base/atomicops.h"
|
| +#include "src/globals.h"
|
| #include "src/utils.h"
|
|
|
| namespace v8 {
|
| @@ -63,7 +64,7 @@ class PostponeInterruptsScope;
|
| // StackGuard contains the handling of the limits that are used to limit the
|
| // number of nested invocations of JavaScript and the stack size used in each
|
| // invocation.
|
| -class StackGuard final {
|
| +class V8_EXPORT_PRIVATE StackGuard final {
|
| public:
|
| // Pass the address beyond which the stack should not grow. The stack
|
| // is assumed to grow downwards.
|
|
|