Bug 163614 - [Web IDL] We should support unions containing a sequence type
Summary: [Web IDL] We should support unions containing a sequence type
Status: RESOLVED DUPLICATE of bug 163695
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 13:16 PDT by Chris Dumez
Modified: 2016-10-21 17:35 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-10-18 13:16:43 PDT
We should support unions containing a sequence type:
- https://heycam.github.io/webidl/#es-union (Step 12)

Comment in our code:
// FIXME: Add support for steps 5 - 12.

I need this for the TouchEvent constructor:
(TouchList or sequence<Touch>)? touches = null;
Comment 1 Jiewen Tan 2016-10-21 17:35:30 PDT

*** This bug has been marked as a duplicate of bug 163695 ***