summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/symbian
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/symbian')
-rw-r--r--WebCore/plugins/symbian/PluginPackageSymbian.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/plugins/symbian/PluginPackageSymbian.cpp b/WebCore/plugins/symbian/PluginPackageSymbian.cpp
index d5c7533..44f8152 100644
--- a/WebCore/plugins/symbian/PluginPackageSymbian.cpp
+++ b/WebCore/plugins/symbian/PluginPackageSymbian.cpp
@@ -173,5 +173,10 @@ void PluginPackage::unload()
delete m_pluginLoader;
m_pluginLoader = 0;
}
+
+uint16 PluginPackage::NPVersion() const
+{
+ return NP_VERSION_MINOR;
+}
}