webengine/osswebengine/WebCore/rendering/RenderPartObject.cpp
branchRCL_3
changeset 67 4917f9bf7995
parent 0 dd21522fd290
child 70 8bfb9186a8b8
equal deleted inserted replaced
64:ac77f89b1d9e 67:4917f9bf7995
   206       }
   206       }
   207       
   207       
   208       // If we still don't have a type, try to map from a specific CLASSID to a type.
   208       // If we still don't have a type, try to map from a specific CLASSID to a type.
   209       if (serviceType.isEmpty() && !o->m_classId.isEmpty())
   209       if (serviceType.isEmpty() && !o->m_classId.isEmpty())
   210           mapClassIdToServiceType(o->m_classId, serviceType);
   210           mapClassIdToServiceType(o->m_classId, serviceType);
       
   211 #if PLATFORM(SYMBIAN) 
       
   212       //If there is no Type and Classid then return.
       
   213       else if (serviceType.isEmpty() && o->m_classId.isEmpty())
       
   214           return;
       
   215 #endif
   211       
   216       
   212       // If no URL and type, abort.
   217       // If no URL and type, abort.
   213       if (url.isEmpty() && serviceType.isEmpty())
   218       if (url.isEmpty() && serviceType.isEmpty())
   214           return;
   219           return;
   215       if (!isURLAllowed(document(), url))
   220       if (!isURLAllowed(document(), url))