diff options
Diffstat (limited to 'Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl')
-rw-r--r-- | Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl b/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl index 946337594..1dc11f986 100644 --- a/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl +++ b/Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl @@ -24,7 +24,7 @@ [ NoInterfaceObject, - Conditional=MEDIA_STREAM, + Conditional=WEB_RTC, ] interface RTCDataChannelEvent : Event { readonly attribute RTCDataChannel channel; }; |