diff options
Diffstat (limited to 'WebCore')
-rw-r--r-- | WebCore/plugins/PluginView.h | 1 |
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 |