webengine/osswebengine/WebKit/s60/plugins/PluginSkin.cpp
branchRCL_3
changeset 42 a1a5d4e727e8
parent 40 8bfb9186a8b8
child 44 800203832575
--- 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;