Index: webkit/blob/blob_export.h |
diff --git a/webkit/blob/blob_export.h b/webkit/blob/blob_export.h |
index 7e1bd4cd09ff88d59c52804ab126235aa8f6699c..3658580048824f0d4756188bc80d5afe71479443 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) |