[Webkit-unassigned] [Bug 165251] Annotate MediaStream and WebRTC idl with EnabledAtRuntime flag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 2 04:35:28 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165251

--- Comment #12 from youenn fablet <youennf at gmail.com> ---
If you look at the generated code, it is searching for property names that are not defined (like XxEvent). You need to add them directly by hand in CommonIdentifiers.h. please have a look at other IDLs having EnabledAtRuntime.
You will see the name of these interfaces in CommonIdentifiers.h
We probably should have a better way to handle that in the future.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161202/ad2a90b8/attachment-0001.html>


More information about the webkit-unassigned mailing list