src/3rdparty/webkit/WebCore/plugins/symbian/PluginPackageSymbian.cpp
changeset 30 5dc02b23752f
parent 3 41300fa6a67c
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   171 
   171 
   172     m_pluginLoader->unload();
   172     m_pluginLoader->unload();
   173     delete m_pluginLoader;
   173     delete m_pluginLoader;
   174     m_pluginLoader = 0;
   174     m_pluginLoader = 0;
   175 }
   175 }
       
   176 
       
   177 uint16 PluginPackage::NPVersion() const
       
   178 {
       
   179     return NP_VERSION_MINOR;
       
   180 }
   176 }
   181 }
   177 
   182