summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/idl/xpccomponents.idl
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/idl/xpccomponents.idl')
-rw-r--r--js/xpconnect/idl/xpccomponents.idl14
1 files changed, 4 insertions, 10 deletions
diff --git a/js/xpconnect/idl/xpccomponents.idl b/js/xpconnect/idl/xpccomponents.idl
index 47ed22e3a5..0146f407b5 100644
--- a/js/xpconnect/idl/xpccomponents.idl
+++ b/js/xpconnect/idl/xpccomponents.idl
@@ -211,10 +211,10 @@ interface nsIXPCComponents_Utils : nsISupports
* object that you want to make available as a global to code running in
* the sandbox. Possible values: Blob, ChromeUtils, CSS, CSSRule,
* Directory, DOMParser, Element, Event, File, FileReader, FormData,
- * InspectorUtils, MessageChannel, Node, NodeFilter, PromiseDebugging,
- * TextDecoder, TextEncoder, URL, URLSearchParams, XMLHttpRequest,
- * XMLSerializer, atob, btoa, caches, crypto, fetch, indexedDB,
- * rtcIdentityProvider
+ * InspectorCSSParser, InspectorUtils, MessageChannel, Node, NodeFilter,
+ PromiseDebugging, TextDecoder, TextEncoder, URL, URLSearchParams,
+ XMLHttpRequest, XMLSerializer, atob, btoa, caches, crypto, fetch,
+ indexedDB, rtcIdentityProvider
* - wantXrays: {Boolean} Whether the sandbox wants Xray vision with
* respect to same-origin objects outside the sandbox.
* Note that wantXrays is essentially deprecated. The preferred method
@@ -683,12 +683,6 @@ interface nsIXPCComponents_Utils : nsISupports
string getClassName(in jsval aObj, in boolean aUnwrap);
/**
- * Get a DOM classinfo for the given classname. Only some class
- * names are supported.
- */
- nsIClassInfo getDOMClassInfo(in AString aClassName);
-
- /**
* Gets the incument global for the execution of this function. For internal
* and testing use only.
*