Index: src/compiler/node-properties.h |
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h |
index c4d36ed8bb7af1e1b877d02b7e4173ea96807d1f..23253239a12b401fc8f5b7e1aceb998d2fb65541 100644 |
--- a/src/compiler/node-properties.h |
+++ b/src/compiler/node-properties.h |
@@ -7,6 +7,7 @@ |
#include "src/compiler/node.h" |
#include "src/compiler/types.h" |
+#include "src/globals.h" |
namespace v8 { |
namespace internal { |
@@ -17,7 +18,7 @@ class Operator; |
class CommonOperatorBuilder; |
// A facade that simplifies access to the different kinds of inputs to a node. |
-class NodeProperties final { |
+class V8_EXPORT_PRIVATE NodeProperties final { |
public: |
// --------------------------------------------------------------------------- |
// Input layout. |