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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/plugins/PluginView.h b/WebCore/plugins/PluginView.h
index f3e3802..48c8ff1 100644
--- a/WebCore/plugins/PluginView.h
+++ b/WebCore/plugins/PluginView.h
@@ -237,7 +237,6 @@ namespace WebCore {
static bool isCallingPlugin();
#ifdef ANDROID_PLUGINS
- Frame* getParentFrame() const { return m_parentFrame; }
Element* getElement() const { return m_element; }
#endif