| Index: webkit/common/base/webkit_base_export.h
|
| ===================================================================
|
| --- webkit/common/base/webkit_base_export.h (revision 204906)
|
| +++ webkit/common/base/webkit_base_export.h (working copy)
|
| @@ -5,25 +5,8 @@
|
| #ifndef WEBKIT_BASE_WEBKIT_BASE_EXPORT_H_
|
| #define WEBKIT_BASE_WEBKIT_BASE_EXPORT_H_
|
|
|
| -#if defined(COMPONENT_BUILD)
|
| -#if defined(WIN32)
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| -#if defined(WEBKIT_BASE_IMPLEMENTATION)
|
| -#define WEBKIT_BASE_EXPORT __declspec(dllexport)
|
| -#else
|
| -#define WEBKIT_BASE_EXPORT __declspec(dllimport)
|
| -#endif // defined(WEBKIT_BASE_IMPLEMENTATION)
|
| +#define WEBKIT_BASE_EXPORT WEBKIT_STORAGE_EXPORT
|
|
|
| -#else // defined(WIN32)
|
| -#if defined(WEBKIT_BASE_IMPLEMENTATION)
|
| -#define WEBKIT_BASE_EXPORT __attribute__((visibility("default")))
|
| -#else
|
| -#define WEBKIT_BASE_EXPORT
|
| -#endif
|
| -#endif
|
| -
|
| -#else // defined(COMPONENT_BUILD)
|
| -#define WEBKIT_BASE_EXPORT
|
| -#endif
|
| -
|
| #endif // WEBKIT_BASE_WEBKIT_BASE_EXPORT_H_
|
|
|