diff options
Diffstat (limited to 'xpcom/threads/nsIDirectTaskDispatcher.idl')
-rw-r--r-- | xpcom/threads/nsIDirectTaskDispatcher.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/threads/nsIDirectTaskDispatcher.idl b/xpcom/threads/nsIDirectTaskDispatcher.idl index 7d44608708..dd5142e39c 100644 --- a/xpcom/threads/nsIDirectTaskDispatcher.idl +++ b/xpcom/threads/nsIDirectTaskDispatcher.idl @@ -43,7 +43,7 @@ interface nsIDirectTaskDispatcher : nsISupports /** * Returns true if any direct tasks are pending. */ - [noscript] bool haveDirectTasks(); + [noscript] boolean haveDirectTasks(); %{C++ // Infallible version of the above. Will assert that it is successful. |