Index: src/compiler/operator-properties.h |
diff --git a/src/compiler/operator-properties.h b/src/compiler/operator-properties.h |
index 4fe5f59d747b85353d6d5bc2fd36ea834cc15b22..b4bb8b5e73920938c4c44691f9b2fa953666e066 100644 |
--- a/src/compiler/operator-properties.h |
+++ b/src/compiler/operator-properties.h |
@@ -6,6 +6,7 @@ |
#define V8_COMPILER_OPERATOR_PROPERTIES_H_ |
#include "src/base/macros.h" |
+#include "src/globals.h" |
namespace v8 { |
namespace internal { |
@@ -14,7 +15,7 @@ namespace compiler { |
// Forward declarations. |
class Operator; |
-class OperatorProperties final { |
+class V8_EXPORT_PRIVATE OperatorProperties final { |
public: |
static bool HasContextInput(const Operator* op); |
static int GetContextInputCount(const Operator* op) { |