[Webkit-unassigned] [Bug 50405] Update ResourceLoaderSet Enumeration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 12:33:11 PST 2010


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





--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org>  2010-12-02 12:33:11 PST ---
These are other places that might benefit. It looks like they are places where a HashSet would be copied:

    bindings/js/JSClipboardCustom.cpp:55:    HashSet<String> types = clipboard->types();
    bindings/v8/custom/V8ClipboardCustom.cpp:52:    HashSet<String> types = clipboard->types();
    dom/Node.cpp:2325:    HashSet<SVGElementInstance*> instances = instancesForSVGElement(this);
    dom/Node.cpp:2370:    HashSet<SVGElementInstance*> instances = instancesForSVGElement(this);
    inspector/InspectorDOMAgent.cpp:238:    ListHashSet<RefPtr<Document> > copy = m_documents;
    page/EventHandler.cpp:1780:            HashSet<SVGElementInstance*> instances = lastCorrespondingElement->instancesForElement();
    platform/graphics/mac/MediaPlayerPrivateQTKit.mm:1392:    HashSet<String> commonTypes = mimeCommonTypesCache();
    plugins/PluginView.cpp:327:    HashSet<RefPtr<PluginStream> > streams = m_streams;

-- 
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