Skip to content

Commit

Permalink
Update webrtc-insertable-streams.idl.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Mar 8, 2021
1 parent 7cfb87e commit c4a86af
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions ed/idlpatches/webrtc-insertable-streams.idl.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
From 9bc93b3efecaeffe41fa0d4fd778388d6af2a50c Mon Sep 17 00:00:00 2001
From 096ba7bc645329b491e2426438f9b735dfd93f27 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= <[email protected]>
Date: Mon, 8 Mar 2021 10:35:58 +0100
Subject: [PATCH] Fix webrtc-insertable-streams.idl

https://github.com/w3c/webrtc-insertable-streams/pull/70
https://github.com/w3c/webrtc-insertable-streams/issues/72
https://github.com/w3c/webrtc-insertable-streams/pull/73
---
ed/idl/webrtc-insertable-streams.idl | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
ed/idl/webrtc-insertable-streams.idl | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/ed/idl/webrtc-insertable-streams.idl b/ed/idl/webrtc-insertable-streams.idl
index 7a9ad67d8..7bf34a974 100644
index 7a9ad67d8..b4bbd67f4 100644
--- a/ed/idl/webrtc-insertable-streams.idl
+++ b/ed/idl/webrtc-insertable-streams.idl
@@ -3,6 +3,12 @@
Expand All @@ -26,16 +25,6 @@ index 7a9ad67d8..7bf34a974 100644
// New fields in RTCConfiguration
partial dictionary RTCConfiguration {
boolean encodedInsertableStreams = false;
@@ -85,8 +91,7 @@ interface RTCTransformEvent : Event {
readonly attribute RTCRtpScriptTransformer transformer;
};

-[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker]
-partial interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
+partial interface DedicatedWorkerGlobalScope {
attribute EventHandler onrtctransform;
};

--
2.30.1.766.gb4fecdf3b7-goog

0 comments on commit c4a86af

Please sign in to comment.