diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /xpcom/system | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'xpcom/system')
-rw-r--r-- | xpcom/system/nsICrashReporter.idl | 2 | ||||
-rw-r--r-- | xpcom/system/nsIDeviceSensors.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xpcom/system/nsICrashReporter.idl b/xpcom/system/nsICrashReporter.idl index 6fd0967e75..dbbc36f0e0 100644 --- a/xpcom/system/nsICrashReporter.idl +++ b/xpcom/system/nsICrashReporter.idl @@ -27,7 +27,7 @@ interface nsICrashReporter : nsISupports * because the JS engine relies on proper exception handler chaining. */ [noscript] - void setEnabled(in bool enabled); + void setEnabled(in boolean enabled); /** * Get or set the URL to which crash reports will be submitted. diff --git a/xpcom/system/nsIDeviceSensors.idl b/xpcom/system/nsIDeviceSensors.idl index a173421ebf..488e9428a8 100644 --- a/xpcom/system/nsIDeviceSensors.idl +++ b/xpcom/system/nsIDeviceSensors.idl @@ -39,7 +39,7 @@ interface nsIDeviceSensors : nsISupports /** * Returns true if the given window has any listeners of the given type */ - bool hasWindowListener(in unsigned long aType, in nsIDOMWindow aWindow); + boolean hasWindowListener(in unsigned long aType, in nsIDOMWindow aWindow); // Holds pointers, not AddRef objects -- it is up to the caller // to call RemoveWindowListener before the window is deleted. |