Bug 157940 - REGRESSION (r200638): -[DOMHTMLVideoElement play] disappeared from ObjC bindings
Summary: REGRESSION (r200638): -[DOMHTMLVideoElement play] disappeared from ObjC bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-19 23:29 PDT by Tim Horton
Modified: 2016-05-24 10:08 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2016-05-19 23:29 PDT, Tim Horton
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2016-05-19 23:29:36 PDT
REGRESSION (r200638): -[DOMHTMLVideoElement play] disappeared from ObjC bindings
Comment 1 Tim Horton 2016-05-19 23:29:55 PDT
Created attachment 279470 [details]
Patch
Comment 2 mitz 2016-05-19 23:32:22 PDT
<rdar://problem/26385907>
Comment 3 Darin Adler 2016-05-24 09:03:34 PDT
Don’t we have some kind of public API checking that catches these when they happen?
Comment 4 mitz 2016-05-24 10:07:25 PDT
(In reply to comment #3)
> Don’t we have some kind of public API checking that catches these when they
> happen?

We check the public API, not SPI.
Comment 5 mitz 2016-05-24 10:08:00 PDT
Fixed in <http://trac.webkit.org/r201212>.