[Webkit-unassigned] [Bug 29041] HTMLMediaElement buffered attribute should report a list of time range

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 16:49:22 PDT 2009


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39310|review?                     |review-
               Flag|                            |




--- Comment #11 from Eric Carlson <eric.carlson at apple.com>  2009-09-09 16:49:21 PDT ---
(From update of attachment 39310)
> +
> +    if (duration == 0 || isinf(duration))
> +        return 0;

"duration == 0" is a style violation, tests for zero/non-zero should be not be
done with an equality comparison.

check-webkit-style would have flagged this error.

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