Bug 129900 - Correct test in out-of-band caption handling
Summary: Correct test in out-of-band caption handling
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on: 129749
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-07 12:36 PST by Brent Fulgham
Modified: 2014-03-14 10:56 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2014-03-07 12:39 PST, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-03-07 12:36:31 PST
I made an eleventh hour change in my code from a set of booleans to a single enumerated value. I accidentally used an equality when I meant to use a not-equal.
Comment 1 Brent Fulgham 2014-03-07 12:39:00 PST
Created attachment 226150 [details]
Patch
Comment 2 Jer Noble 2014-03-07 12:58:36 PST
Comment on attachment 226150 [details]
Patch

r=me
Comment 3 Brent Fulgham 2014-03-07 13:05:23 PST
Committed r165280: <http://trac.webkit.org/changeset/165280>
Comment 4 Brent Fulgham 2014-03-07 13:27:49 PST
<rdar://problem/16264624>