| Index: public/platform/WebCommon.h
|
| diff --git a/public/platform/WebCommon.h b/public/platform/WebCommon.h
|
| index a14363d9c30f46fdfec701589d373485eba0c404..d5dd9dca445841c1f58c3927f78a5198deb07625 100644
|
| --- a/public/platform/WebCommon.h
|
| +++ b/public/platform/WebCommon.h
|
| @@ -35,7 +35,7 @@
|
| #define WEBKIT_IMPLEMENTATION 0
|
| #endif
|
|
|
| -#if defined(WEBKIT_DLL)
|
| +#if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
| #if WEBKIT_IMPLEMENTATION
|
| #define WEBKIT_EXPORT __declspec(dllexport)
|
| @@ -45,7 +45,7 @@
|
| #else // defined(WIN32)
|
| #define WEBKIT_EXPORT __attribute__((visibility("default")))
|
| #endif
|
| -#else // defined(WEBKIT_DLL)
|
| +#else // defined(COMPONENT_BUILD)
|
| #define WEBKIT_EXPORT
|
| #endif
|
|
|
|
|