[Webkit-unassigned] [Bug 131973] [MediaStream] Implement MediaStream active attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 24 06:33:14 PDT 2014


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





--- Comment #8 from Eric Carlson <eric.carlson at apple.com>  2014-04-24 06:33:32 PST ---
(From update of attachment 230050)
View in context: https://bugs.webkit.org/attachment.cgi?id=230050&action=review

> Source/WebCore/platform/mediastream/MediaStreamPrivate.cpp:188
> +    if (m_isActive != active) {

Nit: WebKit style is to use an early return in a situation like this, eg. "if (m_isActive == active) return ...". Please try to remember to change this when you fix bug #132104.

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