summaryrefslogtreecommitdiffstats
path: root/xpcom/system/nsIDeviceSensors.idl
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/system/nsIDeviceSensors.idl')
-rw-r--r--xpcom/system/nsIDeviceSensors.idl2
1 files changed, 1 insertions, 1 deletions
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.