summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/mac
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/mac')
-rw-r--r--WebCore/plugins/mac/PluginPackageMac.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/plugins/mac/PluginPackageMac.cpp b/WebCore/plugins/mac/PluginPackageMac.cpp
index 4aef3a0..be69242 100644
--- a/WebCore/plugins/mac/PluginPackageMac.cpp
+++ b/WebCore/plugins/mac/PluginPackageMac.cpp
@@ -302,6 +302,10 @@ abort:
return false;
}
+uint16 PluginPackage::NPVersion() const
+{
+ return NP_VERSION_MINOR;
+}
} // namespace WebCore
#else