diff -r 4bd5176e1bc8 -r a1a5d4e727e8 webengine/osswebengine/WebKit/s60/plugins/PluginSkin.cpp --- a/webengine/osswebengine/WebKit/s60/plugins/PluginSkin.cpp Tue May 25 13:52:38 2010 +0300 +++ b/webengine/osswebengine/WebKit/s60/plugins/PluginSkin.cpp Wed Jun 09 10:52:50 2010 +0300 @@ -85,8 +85,11 @@ _LIT(KSecMgrScriptSession,"SecMgrScriptSession"); _LIT(KAllowNetworkAccess,"AllowNetworkAccess"); - +#if defined(__PLATFORM_VERSION_32__) +#define KArraySize 1 +#else #define KArraySize 3 +#endif const TInt32 KWidgetApplicationId = 0x10282822; const TInt32 KBrowserApplicationId = 0x10008D39;