RESOLVED FIXED 99387
Use of uninitialized variable in Media Source API test.
https://bugs.webkit.org/show_bug.cgi?id=99387
Summary Use of uninitialized variable in Media Source API test.
Anand Chakravarty
Reported 2012-10-15 17:06:43 PDT
In the video-media-source-state-changes.html Media Source test case code, the following variable is used without any initialisation (on line 9): var seekTime; As a result, the test ends up using a default value of 0 during execution.
Attachments
Patch (1.44 KB, patch)
2012-10-18 11:28 PDT, Anand Chakravarty
no flags
Anand Chakravarty
Comment 1 2012-10-18 11:28:21 PDT
WebKit Review Bot
Comment 2 2012-10-18 20:00:29 PDT
Comment on attachment 169443 [details] Patch Clearing flags on attachment: 169443 Committed r131845: <http://trac.webkit.org/changeset/131845>
WebKit Review Bot
Comment 3 2012-10-18 20:00:33 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.