Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 0a56ae19efe5bd95a8802659fea6618c74e241f9..72618891652db7ce2dc96892288a780875a726a8 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -154,7 +154,7 @@ class V8_EXPORT_PRIVATE Compiler : public AllStatic { |
// |
// Each of the three phases can either fail or succeed. The current state of |
// the job can be checked using {state()}. |
-class CompilationJob { |
+class V8_EXPORT_PRIVATE CompilationJob { |
public: |
enum Status { SUCCEEDED, FAILED }; |
enum class State { |