| Index: src/compiler-dispatcher/compiler-dispatcher-job.h
|
| diff --git a/src/compiler-dispatcher/compiler-dispatcher-job.h b/src/compiler-dispatcher/compiler-dispatcher-job.h
|
| index f5bb8f555a333901877df2867f05b81d2a082d82..7f4c6ced715536ed58078b40e62a95b502a272a3 100644
|
| --- a/src/compiler-dispatcher/compiler-dispatcher-job.h
|
| +++ b/src/compiler-dispatcher/compiler-dispatcher-job.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
|
|
| #include "src/base/macros.h"
|
| +#include "src/globals.h"
|
| #include "src/handles.h"
|
| #include "testing/gtest/include/gtest/gtest_prod.h"
|
|
|
| @@ -37,7 +38,7 @@ enum class CompileJobStatus {
|
| kDone,
|
| };
|
|
|
| -class CompilerDispatcherJob {
|
| +class V8_EXPORT_PRIVATE CompilerDispatcherJob {
|
| public:
|
| CompilerDispatcherJob(Isolate* isolate, Handle<SharedFunctionInfo> shared,
|
| size_t max_stack_size);
|
|
|