Unnecessary ImplementationLacksVTable IDL attribute used for RTCConfiguration, RTCIceServer
https://bugs.webkit.org/show_bug.cgi?id=130230

Reviewed by Philippe Normand.

The RTCConfiguration and RTCIceServer classes do not own virtual tables, so using the
ImplementationLacksVTable attribute in the IDL interface leads to a compile-time assertion
failure in the generates JSC wrappers because none of the classes is polymorphic.

* Modules/mediastream/RTCConfiguration.idl:
* Modules/mediastream/RTCIceServer.idl:


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@165614 268f45cc-cd09-0410-ab3c-d52691b4dbfc
3 files changed