Index: src/compiler/source-position.h |
diff --git a/src/compiler/source-position.h b/src/compiler/source-position.h |
index de60db17d40e9e4f07510df80b4200572935d321..3078d0652ff9c5faf11ebf04c132ae3af1d43d8a 100644 |
--- a/src/compiler/source-position.h |
+++ b/src/compiler/source-position.h |
@@ -5,6 +5,7 @@ |
#ifndef V8_COMPILER_SOURCE_POSITION_H_ |
#define V8_COMPILER_SOURCE_POSITION_H_ |
+#include "src/base/compiler-specific.h" |
#include "src/compiler/node-aux-data.h" |
#include "src/globals.h" |
@@ -38,7 +39,8 @@ inline bool operator!=(const SourcePosition& lhs, const SourcePosition& rhs) { |
return !(lhs == rhs); |
} |
-class SourcePositionTable final : public ZoneObject { |
+class V8_EXPORT_PRIVATE SourcePositionTable final |
+ : public NON_EXPORTED_BASE(ZoneObject) { |
public: |
class Scope final { |
public: |