Index: src/interpreter/constant-array-builder.h |
diff --git a/src/interpreter/constant-array-builder.h b/src/interpreter/constant-array-builder.h |
index 78d36f50440c5bd4f78875a3832361238f889867..8e95913e57792b445e7039465d99c82e1ee1b5bb 100644 |
--- a/src/interpreter/constant-array-builder.h |
+++ b/src/interpreter/constant-array-builder.h |
@@ -5,6 +5,7 @@ |
#ifndef V8_INTERPRETER_CONSTANT_ARRAY_BUILDER_H_ |
#define V8_INTERPRETER_CONSTANT_ARRAY_BUILDER_H_ |
+#include "src/globals.h" |
#include "src/identity-map.h" |
#include "src/interpreter/bytecodes.h" |
#include "src/zone/zone-containers.h" |
@@ -20,7 +21,7 @@ namespace interpreter { |
// interpreter. Each instance of this class is intended to be used to |
// generate exactly one FixedArray of constants via the ToFixedArray |
// method. |
-class ConstantArrayBuilder final BASE_EMBEDDED { |
+class V8_EXPORT_PRIVATE ConstantArrayBuilder final BASE_EMBEDDED { |
public: |
// Capacity of the 8-bit operand slice. |
static const size_t k8BitCapacity = 1u << kBitsPerByte; |