[Webkit-unassigned] [Bug 60177] Media Stream API: add local stream requests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 9 02:43:24 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60177
--- Comment #6 from Tony Gentilcore <tonyg at chromium.org> 2011-05-09 02:43:24 PST ---
(From update of attachment 92632)
View in context: https://bugs.webkit.org/attachment.cgi?id=92632&action=review
Everything else looks good. Could you sync up your client so the EWS bots can run?
> Source/WebCore/page/MediaStreamFrameController.cpp:110
> + while (!this->isEmpty())
Since there is a comment, this loop should have {} braces.
> Source/WebCore/page/MediaStreamFrameController.cpp:111
> + // unregister should remove the element from the map.
Is there some way to ASSERT this? If it doesn't, this could just spin forever.
> Source/WebCore/page/MediaStreamFrameController.cpp:250
> + ec = 0;
Should this be the first line in the method so that if (!successCallback) is reached, then ec is cleared?
--
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