summaryrefslogtreecommitdiff
path: root/dom/interfaces
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-04-04 17:33:15 +0200
committerMoonchild <moonchild@palemoon.org>2022-04-04 17:33:15 +0200
commit757a30f720cc4ae3e317594ff4249bc3fd9496ed (patch)
treef3299a64a8db431faf6f534ea950027c9de3a245 /dom/interfaces
parentba4eba034f726bbafe1fea841b2613d4e37e6cad (diff)
downloaduxp-757a30f720cc4ae3e317594ff4249bc3fd9496ed.tar.gz
Revert "Issue #1806 - Part 2: Adjust the platform for lib changes"
This reverts commit 3635039d2be6264673f3b89b8df390f03159fcaa.
Diffstat (limited to 'dom/interfaces')
-rw-r--r--dom/interfaces/base/nsIDOMWindowUtils.idl18
1 files changed, 0 insertions, 18 deletions
diff --git a/dom/interfaces/base/nsIDOMWindowUtils.idl b/dom/interfaces/base/nsIDOMWindowUtils.idl
index 200bd3caf6..70ec7e0ae6 100644
--- a/dom/interfaces/base/nsIDOMWindowUtils.idl
+++ b/dom/interfaces/base/nsIDOMWindowUtils.idl
@@ -29,7 +29,6 @@ native nscolor(nscolor);
[ptr] native gfxContext(gfxContext);
typedef unsigned long long nsViewID;
-interface nsIArray;
interface nsICycleCollectorListener;
interface nsIDOMNode;
interface nsIDOMNodeList;
@@ -1427,23 +1426,6 @@ interface nsIDOMWindowUtils : nsISupports {
readonly attribute AString currentAudioBackend;
/**
- * Returns the max channel counts of the current audio device.
- */
- readonly attribute unsigned long currentMaxAudioChannels;
-
- /**
- * Returns the preferred sample rate of the current audio device.
- */
- readonly attribute unsigned long currentPreferredSampleRate;
-
- /**
- * Returns all the audio input/output devices.
- */
- const unsigned short AUDIO_INPUT = 0;
- const unsigned short AUDIO_OUTPUT = 1;
- nsIArray audioDevices(in unsigned short aSide);
-
- /**
* Record (and return) frame-intervals for frames which were presented
* between calling StartFrameTimeRecording and StopFrameTimeRecording.
*