summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2010-02-22 13:00:39 -0500
committerDerek Sollenberger <djsollen@google.com>2010-02-22 13:00:39 -0500
commit1044e7fd4ebb61e6133d4f4dda69810e3af9da14 (patch)
tree85f68c5c0462303ae35f62ced09aa77bf9774f79 /WebKit/android/jni/WebViewCore.h
parent5b9b4d4efe739cfa2aa117372879c5c37443e644 (diff)
downloadexternal_webkit-1044e7fd4ebb61e6133d4f4dda69810e3af9da14.zip
external_webkit-1044e7fd4ebb61e6133d4f4dda69810e3af9da14.tar.gz
external_webkit-1044e7fd4ebb61e6133d4f4dda69810e3af9da14.tar.bz2
Fixes error where plugin is created while iterating through the list of plugins.
bug #2438492
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r--WebKit/android/jni/WebViewCore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h
index ee87d84..e38576b 100644
--- a/WebKit/android/jni/WebViewCore.h
+++ b/WebKit/android/jni/WebViewCore.h
@@ -366,9 +366,6 @@ namespace android {
// send this event to all of the plugins in our list
void sendPluginEvent(const ANPEvent&);
- // send this event to all of the plugins who have the given flag set
- void sendPluginEvent(const ANPEvent& evt, ANPEventFlag flag);
-
// lookup the plugin widget struct given an NPP
PluginWidgetAndroid* getPluginWidget(NPP npp);