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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/plugins/PluginView.h b/WebCore/plugins/PluginView.h
index 88136e3..b685bbf 100644
--- a/WebCore/plugins/PluginView.h
+++ b/WebCore/plugins/PluginView.h
@@ -1,4 +1,3 @@
-
/*
* Copyright (C) 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2008 Collabora Ltd. All rights reserved.
@@ -140,8 +139,6 @@ namespace WebCore {
#if USE(JSC)
PassRefPtr<JSC::Bindings::Instance> bindingInstance();
-#elif USE(V8)
- NPObject* getNPObject();
#endif
PluginStatus status() const { return m_status; }
@@ -175,6 +172,9 @@ namespace WebCore {
void (*timerFunc)(NPP, uint32_t timerID));
void unscheduleTimer(NPP, uint32_t timerID);
#endif
+#if USE(V8)
+ NPObject* getNPObject();
+#endif
virtual void invalidateRect(const IntRect&);