RESOLVED FIXED49076
loadedPlugins parameter to PluginInfoStore::shouldUsePlugin is redundant
https://bugs.webkit.org/show_bug.cgi?id=49076
Summary loadedPlugins parameter to PluginInfoStore::shouldUsePlugin is redundant
Adam Roben (:aroben)
Reported 2010-11-05 10:41:12 PDT
loadedPlugins parameter to PluginInfoStore::shouldUsePlugin is redundant
Attachments
Patch (5.85 KB, patch)
2010-11-05 10:43 PDT, Adam Roben (:aroben)
andersca: review+
Adam Roben (:aroben)
Comment 1 2010-11-05 10:43:02 PDT
Adam Roben (:aroben)
Comment 2 2010-11-05 10:47:17 PDT
Comment on attachment 73081 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=73081&action=review > WebKit2/UIProcess/Plugins/PluginInfoStore.h:82 > - static bool shouldUsePlugin(const Plugin& plugin, const Vector<Plugin>& loadedPlugins); > + static bool shouldUsePlugin(const Plugin& plugin); Whoops, that "static" should have been removed.
Eric Seidel (no email)
Comment 3 2010-11-05 10:50:23 PDT
Adam Roben (:aroben)
Comment 4 2010-11-05 11:16:10 PDT
Note You need to log in before you can comment on or make changes to this bug.