Bug 172175 - Resolving a DOM promise with a Vector<Ref<T>> is not working
Summary: Resolving a DOM promise with a Vector<Ref<T>> is not working
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 10:45 PDT by youenn fablet
Modified: 2017-10-14 16:56 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2017-05-16 10:45:36 PDT
Eric pointed this issue in bug 172168, only Vector<RefPtr<TT>> is working currently.
The case happens with MediaDevices::enumerateDevices which should return Promise<sequence<MediaDeviceInfo>>
Comment 1 youenn fablet 2017-10-14 16:56:47 PDT
This is fixed with binding improvements.