Bug 182433

Summary: Fix bug in MediaTime comparison for negative values with different scale.
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, eocanha, jer.noble, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alicia Boya García 2018-02-02 07:44:53 PST
Currently comparisons like MediaTime(-8, 10) >= MediaTime(-1, 1) return false, incorrectly as -0.8 >= -1.0.
Comment 1 Alicia Boya García 2018-02-02 07:58:03 PST
Created attachment 332967 [details]
Patch
Comment 2 WebKit Commit Bot 2018-02-05 01:14:14 PST
Comment on attachment 332967 [details]
Patch

Clearing flags on attachment: 332967

Committed r228089: <https://trac.webkit.org/changeset/228089>
Comment 3 WebKit Commit Bot 2018-02-05 01:14:15 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-02-05 01:15:32 PST
<rdar://problem/37228586>