diff options
Diffstat (limited to 'mozilla-1728749.patch')
-rw-r--r-- | mozilla-1728749.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mozilla-1728749.patch b/mozilla-1728749.patch deleted file mode 100644 index 08f6217..0000000 --- a/mozilla-1728749.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/browser/actors/WebRTCParent.jsm b/browser/actors/WebRTCParent.jsm ---- a/browser/actors/WebRTCParent.jsm -+++ b/browser/actors/WebRTCParent.jsm -@@ -870,6 +870,11 @@ - ); - item.deviceId = device.id; - item.mediaSource = type; -+ -+ // In this case the OS sharing dialog will be the only option and -+ // can be safely pre-selected. -+ menupopup.parentNode.selectedItem = item; -+ menupopup.parentNode.disabled = true; - break; - } - if (type == "application") { - |