diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-01 14:48:34 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-01 14:48:34 +0000 |
commit | cca5103f50979f715bc3bb99c7ad431a8ebc4349 (patch) | |
tree | 2f20f699faf79110c3c895728813ba05001ba901 /js/xpconnect/idl/xpccomponents.idl | |
parent | 44b995aa861a96d3545a39151b46ab57942867e2 (diff) | |
download | aura-central-cca5103f50979f715bc3bb99c7ad431a8ebc4349.tar.gz |
Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags.
Diffstat (limited to 'js/xpconnect/idl/xpccomponents.idl')
-rw-r--r-- | js/xpconnect/idl/xpccomponents.idl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/xpconnect/idl/xpccomponents.idl b/js/xpconnect/idl/xpccomponents.idl index 611091c4b..f2668ce6c 100644 --- a/js/xpconnect/idl/xpccomponents.idl +++ b/js/xpconnect/idl/xpccomponents.idl @@ -616,9 +616,6 @@ interface nsIXPCComponents_Utils : nsISupports */ PRTime getWatchdogTimestamp(in AString aCategory); - [implicit_jscontext] - jsval getJSEngineTelemetryValue(); - /* * Clone an object into a scope. * The 3rd argument is an optional options object: |