[Webkit-unassigned] [Bug 56922] Media Stream API: add the skeleton of the frame and page controllers and the embedder client.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 10:08:32 PDT 2011


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





--- Comment #11 from Leandro GraciĆ” Gil <leandrogracia at chromium.org>  2011-04-14 10:08:32 PST ---
(From update of attachment 89599)
View in context: https://bugs.webkit.org/attachment.cgi?id=89599&action=review

> Source/WebCore/page/MediaStreamController.cpp:54
> +            it = m_requests.begin();

I'm not sure if this is the best way to do this. Are HashMap iterators valid after another element from the map has been removed? If that's the case, I can just make a copy of the iterator, advance the original iterator to the next element and operate (possibly delete) the copy. That should avoid coming back to the beginning of the map everytime.

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