| Index: src/compiler/js-create-lowering.h
|
| diff --git a/src/compiler/js-create-lowering.h b/src/compiler/js-create-lowering.h
|
| index 7861046f8506f44cef212249765ec7ce07f33788..a23ae1c21e7a95a39934b3eea211561a21eb6c66 100644
|
| --- a/src/compiler/js-create-lowering.h
|
| +++ b/src/compiler/js-create-lowering.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef V8_COMPILER_JS_CREATE_LOWERING_H_
|
| #define V8_COMPILER_JS_CREATE_LOWERING_H_
|
|
|
| +#include "src/base/compiler-specific.h"
|
| #include "src/compiler/graph-reducer.h"
|
| +#include "src/globals.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
| @@ -27,7 +29,8 @@ class SimplifiedOperatorBuilder;
|
|
|
|
|
| // Lowers JSCreate-level operators to fast (inline) allocations.
|
| -class JSCreateLowering final : public AdvancedReducer {
|
| +class V8_EXPORT_PRIVATE JSCreateLowering final
|
| + : public NON_EXPORTED_BASE(AdvancedReducer) {
|
| public:
|
| JSCreateLowering(Editor* editor, CompilationDependencies* dependencies,
|
| JSGraph* jsgraph, MaybeHandle<LiteralsArray> literals_array,
|
|
|