summaryrefslogtreecommitdiffstats
path: root/xpcom/threads/nsIThreadManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'xpcom/threads/nsIThreadManager.idl')
-rw-r--r--xpcom/threads/nsIThreadManager.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/threads/nsIThreadManager.idl b/xpcom/threads/nsIThreadManager.idl
index 879ec05e3a..9629cb630a 100644
--- a/xpcom/threads/nsIThreadManager.idl
+++ b/xpcom/threads/nsIThreadManager.idl
@@ -23,7 +23,7 @@ interface nsINestedEventLoopCondition : nsISupports
/**
* Returns true if the current nested event loop should stop spinning.
*/
- bool isDone();
+ boolean isDone();
};
/**