Bug 172175
Summary: | Resolving a DOM promise with a Vector<Ref<T>> is not working | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, eric.carlson, sam |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
youenn fablet
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>>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
This is fixed with binding improvements.