summaryrefslogtreecommitdiff
path: root/dom/interfaces/base/nsIDOMWindowUtils.idl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/interfaces/base/nsIDOMWindowUtils.idl')
-rw-r--r--dom/interfaces/base/nsIDOMWindowUtils.idl13
1 files changed, 1 insertions, 12 deletions
diff --git a/dom/interfaces/base/nsIDOMWindowUtils.idl b/dom/interfaces/base/nsIDOMWindowUtils.idl
index 70ec7e0ae6..ad45e6e520 100644
--- a/dom/interfaces/base/nsIDOMWindowUtils.idl
+++ b/dom/interfaces/base/nsIDOMWindowUtils.idl
@@ -49,7 +49,7 @@ interface nsIJSRAIIHelper;
interface nsIContentPermissionRequest;
interface nsIObserver;
-[scriptable, uuid(c471d440-004b-4c50-a6f2-747db5f443b6)]
+[scriptable, uuid(7fcc7958-77d9-45ff-8c81-277bde5f0dc8)]
interface nsIDOMWindowUtils : nsISupports {
/**
@@ -1938,17 +1938,6 @@ interface nsIDOMWindowUtils : nsISupports {
*/
bool hasRuleProcessorUsedByMultipleStyleSets(in unsigned long aSheetType);
- /*
- * Force the use counters for the node's associated document(s) to be
- * flushed to telemetry. For example, a document node will flush its own
- * counters and an image node with an SVG source will flush the SVG
- * document's counters. Normally, use counters are flushed to telemetry
- * upon document destruction, but as document destruction is somewhat
- * non-deterministic, we have this method here for more determinism when
- * running tests.
- */
- void forceUseCounterFlush(in nsIDOMNode aNode);
-
void setNextPaintSyncId(in long aSyncId);
/**