summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebKitPrefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebKitPrefix.h')
-rw-r--r--WebKit/mac/WebKitPrefix.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/WebKit/mac/WebKitPrefix.h b/WebKit/mac/WebKitPrefix.h
index 4ecd713..0edec06 100644
--- a/WebKit/mac/WebKitPrefix.h
+++ b/WebKit/mac/WebKitPrefix.h
@@ -78,11 +78,6 @@ typedef float CGFloat;
#define WTF_USE_PLUGIN_HOST_PROCESS 1
#endif
-// Accelerated compositing (also needs to be set in WebCore/config.h)
-#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
-#define WTF_USE_ACCELERATED_COMPOSITING 0
-#endif
-
/* WebKit has no way to pull settings from WebCore/config.h for now */
/* so we assume WebKit is always being compiled on top of JavaScriptCore */
#define WTF_USE_JSC 1
@@ -97,3 +92,6 @@ typedef float CGFloat;
/* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */
#undef try
#undef catch
+
+#define JS_EXPORTDATA
+#define WEBKIT_EXPORTDATA