summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/WTF/wtf/FeatureDefines.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/WTF/wtf/FeatureDefines.h b/Source/WTF/wtf/FeatureDefines.h
index 7329c95f5..e1007923c 100644
--- a/Source/WTF/wtf/FeatureDefines.h
+++ b/Source/WTF/wtf/FeatureDefines.h
@@ -188,6 +188,15 @@
#endif /* PLATFORM(MAC) && !PLATFORM(IOS) */
+#if !PLATFORM(MAC)
+
+#if !defined(JSC_OBJC_API_ENABLED)
+#define JSC_OBJC_API_ENABLED 0
+#endif
+
+#endif /* !PLATFORM(MAC) */
+
+
/* --------- Apple Windows port --------- */
#if PLATFORM(WIN) && !OS(WINCE) && !PLATFORM(WIN_CAIRO)