Bug 99387 - Use of uninitialized variable in Media Source API test.
Summary: Use of uninitialized variable in Media Source API test.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-15 17:06 PDT by Anand Chakravarty
Modified: 2012-10-18 20:00 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.44 KB, patch)
2012-10-18 11:28 PDT, Anand Chakravarty
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anand Chakravarty 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.
Comment 1 Anand Chakravarty 2012-10-18 11:28:21 PDT
Created attachment 169443 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2012-10-18 20:00:33 PDT
All reviewed patches have been landed.  Closing bug.