Index: src/compiler.h |
diff --git a/src/compiler.h b/src/compiler.h |
index 26c772ec4250ad113ded1cf905fd019099749d10..0a56ae19efe5bd95a8802659fea6618c74e241f9 100644 |
--- a/src/compiler.h |
+++ b/src/compiler.h |
@@ -37,7 +37,7 @@ class ThreadedListZoneEntry; |
// parameters which then can be executed. If the source code contains other |
// functions, they might be compiled and allocated as part of the compilation |
// of the source code or deferred for lazy compilation at a later point. |
-class Compiler : public AllStatic { |
+class V8_EXPORT_PRIVATE Compiler : public AllStatic { |
public: |
enum ClearExceptionFlag { KEEP_EXCEPTION, CLEAR_EXCEPTION }; |
enum ConcurrencyMode { NOT_CONCURRENT, CONCURRENT }; |