summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl5
1 files changed, 1 insertions, 4 deletions
diff --git a/chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl b/chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl
index bd4055ad9e9..54524edfd9c 100644
--- a/chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl
+++ b/chromium/third_party/blink/renderer/modules/peerconnection/rtc_quic_transport.idl
@@ -13,14 +13,11 @@ enum RTCQuicTransportState {
// https://w3c.github.io/webrtc-quic/#quic-transport*
[
- Constructor(RTCIceTransport transport),
- ConstructorCallWith=ExecutionContext,
- RaisesException=Constructor,
Exposed=Window,
- Measure,
RuntimeEnabled=RTCQuicTransport,
SecureContext
] interface RTCQuicTransport : EventTarget {
+ [CallWith=ExecutionContext, RaisesException, Measure] constructor(RTCIceTransport transport);
[Measure] readonly attribute RTCIceTransport transport;
[Measure] readonly attribute RTCQuicTransportState state;
[Measure] readonly attribute unsigned short? maxDatagramLength;