summaryrefslogtreecommitdiffstats
path: root/webkit/blob/blob_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/blob/blob_export.h')
-rw-r--r--webkit/blob/blob_export.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/blob/blob_export.h b/webkit/blob/blob_export.h
index 7e1bd4c..3658580 100644
--- a/webkit/blob/blob_export.h
+++ b/webkit/blob/blob_export.h
@@ -16,7 +16,11 @@
#endif // defined(BLOB_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(BLOB_IMPLEMENTATION)
#define BLOB_EXPORT __attribute__((visibility("default")))
+#else
+#define BLOB_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)