| Index: Source/WTF/wtf/FeatureDefines.h
|
| diff --git a/Source/WTF/wtf/FeatureDefines.h b/Source/WTF/wtf/FeatureDefines.h
|
| index 5f3d402894ad18c1a57a1a3913abd4efd79e3edd..33dc2c018b16de41d5c43a4f4c004c8c89f17641 100644
|
| --- a/Source/WTF/wtf/FeatureDefines.h
|
| +++ b/Source/WTF/wtf/FeatureDefines.h
|
| @@ -229,15 +229,6 @@
|
|
|
| #endif /* PLATFORM(QT) */
|
|
|
| -/* --------- Blackberry port (QNX) --------- */
|
| -#if PLATFORM(BLACKBERRY)
|
| -
|
| -#if !defined(ENABLE_BLACKBERRY_CREDENTIAL_PERSIST)
|
| -#define ENABLE_BLACKBERRY_CREDENTIAL_PERSIST 1
|
| -#endif
|
| -
|
| -#endif /* PLATFORM(BLACKBERRY) */
|
| -
|
| /* ENABLE macro defaults for WebCore */
|
| /* Do not use PLATFORM() tests in this section ! */
|
|
|
|
|