summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/PluginView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/plugins/PluginView.h')
-rw-r--r--WebCore/plugins/PluginView.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/plugins/PluginView.h b/WebCore/plugins/PluginView.h
index 3821df6..d007d64 100644
--- a/WebCore/plugins/PluginView.h
+++ b/WebCore/plugins/PluginView.h
@@ -66,6 +66,8 @@ namespace JSC {
}
#endif
+class NPObject;
+
namespace WebCore {
class Element;
class Frame;
@@ -128,6 +130,8 @@ namespace WebCore {
#if USE(JSC)
PassRefPtr<JSC::Bindings::Instance> bindingInstance();
+#elif USE(V8)
+ NPObject* getNPObject();
#endif
PluginStatus status() const { return m_status; }