summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/defaultagent/nsIWindowsMutex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/mozapps/defaultagent/nsIWindowsMutex.idl')
-rw-r--r--toolkit/mozapps/defaultagent/nsIWindowsMutex.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/mozapps/defaultagent/nsIWindowsMutex.idl b/toolkit/mozapps/defaultagent/nsIWindowsMutex.idl
index 69090aa764..39ab84bf1f 100644
--- a/toolkit/mozapps/defaultagent/nsIWindowsMutex.idl
+++ b/toolkit/mozapps/defaultagent/nsIWindowsMutex.idl
@@ -36,7 +36,7 @@ interface nsIWindowsMutex : nsISupports
*
* @return {boolean} true if locked, false if unlocked.
*/
- bool isLocked();
+ boolean isLocked();
/**
* Unlocks the mutex.