webengine/osswebengine/WebCore/rendering/RenderPartObject.cpp
branchRCL_3
changeset 40 8bfb9186a8b8
parent 38 4917f9bf7995
child 47 e1bea15f9a39
equal deleted inserted replaced
38:4917f9bf7995 40:8bfb9186a8b8
   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) 
   211 #if PLATFORM(SYMBIAN) 
   212       //If there is no Type and Classid then return.
   212       //If there is no Type and Classid then return.
   213       else if (serviceType.isEmpty() && o->m_classId.isEmpty())
   213       else if (serviceType.isEmpty() && o->m_classId.isEmpty() && !embed)
   214           return;
   214           return;
   215 #endif
   215 #endif
   216       
   216       
   217       // If no URL and type, abort.
   217       // If no URL and type, abort.
   218       if (url.isEmpty() && serviceType.isEmpty())
   218       if (url.isEmpty() && serviceType.isEmpty())