[Webkit-unassigned] [Bug 47677] WebKit2 can load the same plugin multiple times

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 14 12:08:27 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47677


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70763|review?                     |review+
               Flag|                            |




--- Comment #4 from Sam Weinig <sam at webkit.org>  2010-10-14 12:08:26 PST ---
(From update of attachment 70763)
View in context: https://bugs.webkit.org/attachment.cgi?id=70763&action=review

> WebKit2/UIProcess/Plugins/PluginInfoStore.cpp:59
> +template <typename T, typename U, typename V, typename W>
> +static void addFromVector(HashSet<T, U, V>& hashSet, const W& vector)
> +{
> +    for (size_t i = 0; i < vector.size(); ++i)
> +        hashSet.add(vector[i]);
> +}

Should this be in HashSet.h?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list