summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/llint/LLIntEntrypoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/llint/LLIntEntrypoint.h')
-rw-r--r--Source/JavaScriptCore/llint/LLIntEntrypoint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/JavaScriptCore/llint/LLIntEntrypoint.h b/Source/JavaScriptCore/llint/LLIntEntrypoint.h
index 5b8fd51cd..4b687c6de 100644
--- a/Source/JavaScriptCore/llint/LLIntEntrypoint.h
+++ b/Source/JavaScriptCore/llint/LLIntEntrypoint.h
@@ -26,6 +26,10 @@
#ifndef LLIntEntrypoint_h
#define LLIntEntrypoint_h
+#include <wtf/Platform.h>
+
+#if ENABLE(LLINT)
+
#include "CodeSpecializationKind.h"
namespace JSC {
@@ -41,4 +45,6 @@ unsigned frameRegisterCountFor(CodeBlock*);
} } // namespace JSC::LLInt
+#endif // ENABLE(LLINT)
+
#endif // LLIntEntrypoint_h