| Index: webkit/plugins/webkit_plugins_export.h
|
| diff --git a/webkit/plugins/webkit_plugins_export.h b/webkit/plugins/webkit_plugins_export.h
|
| index 78e8638e04e1558d68dc0a9c3a514f3449ad81f4..e290803f23f7b22d2ea90d29b6ef270c888ef6df 100644
|
| --- a/webkit/plugins/webkit_plugins_export.h
|
| +++ b/webkit/plugins/webkit_plugins_export.h
|
| @@ -16,7 +16,11 @@
|
| #endif // defined(WEBKIT_PLUGINS_IMPLEMENTATION)
|
|
|
| #else // defined(WIN32)
|
| +#if defined(WEBKIT_PLUGINS_IMPLEMENTATION)
|
| #define WEBKIT_PLUGINS_EXPORT __attribute__((visibility("default")))
|
| +#else
|
| +#define WEBKIT_PLUGINS_EXPORT
|
| +#endif
|
| #endif
|
|
|
| #else // defined(COMPONENT_BUILD)
|
|
|