summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCorePrefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCorePrefix.h')
-rw-r--r--WebCore/WebCorePrefix.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h
index b42f035..f763bb3 100644
--- a/WebCore/WebCorePrefix.h
+++ b/WebCore/WebCorePrefix.h
@@ -23,7 +23,7 @@
* 2) in one case at least: OS-X-specific performance bug workarounds
* 3) the special trick to catch us using new or delete without including "config.h"
* The project should be able to build without this header, although we rarely test that.
- */
+ */
/* Things that need to be defined globally should go into "config.h". */
@@ -64,14 +64,6 @@
#endif
#endif // defined(WIN32) || defined(_WIN32)
-#if defined(ANDROID)
-#ifdef __cplusplus
-// Must come before include of algorithm.
-#define PREFIX_FOR_WEBCORE 1
-#define EXPORT __attribute__((visibility("default")))
-#endif
-#endif
-
#if !defined(BUILDING_BREWMP__)
#include <sys/types.h>
#include <fcntl.h>
@@ -164,4 +156,3 @@
#undef try
#undef catch
#endif
-