[Webkit-unassigned] [Bug 33954] YouTube HTML5 video never starts playing on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 5 13:49:20 PST 2010


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





--- Comment #4 from Eric Carlson <eric.carlson at apple.com>  2010-02-05 13:49:20 PST ---
The "offending" line is testing the first character of a string:

    if (cookieURL.find('.') == 0)
        cookieURL.remove(0);

I think the "correct" style would make the purpose of the test less clear.

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