summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-08-17 21:02:23 +0100
committerBen Murdoch <benm@google.com>2009-08-17 21:02:23 +0100
commitb32f88b61a9162a5194ab02c12fc3aff6140e30e (patch)
tree0140a21d6c949df5dc674aee32e5e032cbf6cf1c /WebCore/plugins
parente8fa33c2275a5db4e835561017e8fc2fd0b5bcc5 (diff)
downloadexternal_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.zip
external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.tar.gz
external_webkit-b32f88b61a9162a5194ab02c12fc3aff6140e30e.tar.bz2
Fix the last of the linker errors !
Diffstat (limited to 'WebCore/plugins')
-rw-r--r--WebCore/plugins/android/PluginViewAndroid.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/plugins/android/PluginViewAndroid.cpp b/WebCore/plugins/android/PluginViewAndroid.cpp
index bb0212b..3fc36c8 100644
--- a/WebCore/plugins/android/PluginViewAndroid.cpp
+++ b/WebCore/plugins/android/PluginViewAndroid.cpp
@@ -161,6 +161,11 @@ void PluginView::platformInit()
m_npWindow.window = 0;
}
+void PluginView::platformStart()
+{
+ notImplemented();
+}
+
PluginView::~PluginView()
{
stop();